Pregunta


getenv() returns the results that are not complete.
On the windows system the environment variable CLASSPATH is: .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;D:\QMDownload\6...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Implicit java object variable initializaton or declare
A function Miji() load a mij.jar file defined in matlab's static javaclasspath.txt by this way: function Miji ... MIJ...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


[Weired] Data not update when placed in a for/while loop
I used matlab and python interface to convert my voice to text: When run the code again and again, it successfully record my sp...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why http request returned empty
I write the code to send a binary data of an recorded speech audio "tmphpzsjbv7.flac" file to Google speech website to get the t...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to make Array variable type as vbscript Array in order to transfer to a Adobe Illustrator Application?
I want to draw a triangle in adobe illustrator via COM server: aAI = actxserver('Illustrator.application'); aAI.Document...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


why evalin('caller', 'evalin(''caller'', ''a'')') works in a stack of script. but not a stack of functions?
Suppose three m files of script: test1.m a=1; test2; test2.m b=2; test3; bb test3.m c=3; eva...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Enviada


splitImage
This function split a long vertical image of text and/or graphs to several pieces for easier print out.

más de 5 años hace | 1 descarga |

Respondida
Selective/partial unistall of Microsoft Visual Studio C++ compiler for mexFunction
Solved. The VC folder was necessary and sufcient for C compiler for mtlab.

más de 5 años hace | 0

| aceptada

Pregunta


Can client use the node located in different countries?
Usually MDCS are configured using node PC in local network. Apart from Amazon Cloud, I was just wondering if the computers f...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


For addAttachedFiles(myPool,'mydir'), how to add the Subfolders of 'mydir' recursively to the search path of worker?
In the client I opened several workers by MDSC with MJS cluster "MyMJScluster" using multiple computers as node PC. parpoo...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to send files from worker to client in MDSC?
In the client I opened several workers by MDSC with MJS cluster "MyMJScluster" using multiple computers as node PC. parpool...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Selective/partial unistall of Microsoft Visual Studio C++ compiler for mexFunction
To use mex with Visual C++ compiler, I have installed the Microsoft Visual Studio 2010, and set the environment VS80COMNTOOLS as...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
problem dealing with unicode in mexFunction
Solved. Using mxArrayToString.

más de 5 años hace | 1

| aceptada

Pregunta


problem dealing with unicode in mexFunction
I made a mexfunction to find the Hwnd of a window if its wiindow title matches a string. This was done by using a mexFunction "g...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Failed to add Group to h5 file via H5G.create
%% 1st step: create a h5 file and close it fn = 'D:\QMDownload\3\example.h5'; fid = H5F.create(fn); gid = H5G.ope...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
Eval on multi-line strings - no return value?
Great! I found a new way to eval a block of code stored in text file.

casi 6 años hace | 0

Pregunta


spmd error: Could not deserialize object: java.io.IOException
Lab 1: Warning: Could not deserialize object: java.io.IOException: Cannot deserialize proxy: Ice.ObjectInputStream not...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How the labindex was assigned for the workers inside a node/machine in MDCS?
We know that in MDCS we can choose to create more than one workers inside a node/machine, say 4 workers per node/machine. So how...

casi 6 años hace | 2 respuestas | 0

2

respuestas

Enviada


MouseKeySampler
MouseKeySampler

alrededor de 6 años hace | 2 descargas |

Thumbnail

Respondida
Segmentation of 3D image based on intensity
you can use Imaris to load the data and make surfaces there. There is an option called splitting touching object.

alrededor de 6 años hace | 0

Respondida
semilogy([34,34],[0,22222]) does not show vertical line
I got it. I cannot use zero in log plot, use 0.00000001 or so instead.

alrededor de 6 años hace | 0

| aceptada

Pregunta


semilogy([34,34],[0,22222]) does not show vertical line
I need to plot a vertical line in a figure with log y-axis: semilogy([34,34],[0,22222]); But the figure does not show th...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Convert char to number behaves different in command window and m script file
A =[ 266 316 316 365 366 375 377 362 365 341 345 354 360 345 353 340 350 354 366 405 4...

más de 6 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How to align colorbar YTickLabel as middle/left/right?
imshow('rice.png') h = colorbar; h.YTickLabel = cellstr([char(num2str([1,5000000,1000,5000,10000,15000]')),repmat(' (USD...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Error about "plotfdesign": Expected a string for the parameter name, instead the input type was 'double'.
Hi, I was using the function plotfdesign and using the example in that file but error appears: g= repmat(fullfact([2 2]),1...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to calcululate the distance between 3D matrix elements to plane "Ax+By+Cz+D = 0" in a vectorized manner?
I have a 3D matrix M M = zeros(405,706,1932); Suppose putting matrix M into the x-y-z coordinate,with the x-axis indicati...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
Double Click M File Opens New Matlab Session
When I Set matlab as admin mode to all users, the same problem appeared.

casi 7 años hace | 0

Pregunta


When I use dos command to start Matlab, how can I specify it run as administrator for that time?
When I use dos command to start Matlab, how can I specify it run as administrator? I use the system('matlab -nosplash -...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
using System() with administrator privilages
This also solved my problem. Thanks Edward. I fixed the problem by closing MATLAB and reopening it with administrator privi...

casi 7 años hace | 0

Cargar más