提问


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...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

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

6 years 前 | 0

| 已接受

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
problem dealing with unicode in mexFunction
Solved. Using mxArrayToString.

6 years 前 | 1

| 已接受

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

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

6 years 前 | 0

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 2 个回答 | 0

2

个回答

已回答
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.

7 years 前 | 0

已回答
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.

7 years 前 | 0

| 已接受

提问


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...

7 years 前 | 1 个回答 | 0

1

个回答

提问


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...

7 years 前 | 1 个回答 | 1

1

个回答

提问


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...

7 years 前 | 0 个回答 | 0

0

个回答

提问


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...

7 years 前 | 0 个回答 | 0

0

个回答

提问


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...

7 years 前 | 1 个回答 | 0

1

个回答

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

7 years 前 | 0

提问


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 -...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

7 years 前 | 0

已回答
A problem about the lost of ' when I start matlab function using command with string as input argument.
Solved by using the ASCII number matrix as input: such as CMDEntryExitSuperColoc([23,54,76,98,23,46,68,89,23]) ...

7 years 前 | 0

| 已接受

提问


A problem about the lost of ' when I start matlab function using command with string as input argument.
I have a function called CMDEntryExitSuperColoc, with a file path string as input. In the 1st attempt, I could run this funct...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to restart PC and then automatically run a vbs script generated by Matlab before restart?
How to restart PC and then automatically run a vbs script generated by Matlab before restart? I have a matlab script that if ...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Alt+tab not working
Yes. indeed on my computer, although press Alt-Tab works, but sendkeys not work. However, justnow I found that Alt-Esc also...

7 years 前 | 0

提问


How to get the real-time position of mouse outside matlab
The function below get the current position of mouse on anywhere of the desktop even outside matlab. As I input C = get(...

7 years 前 | 1 个回答 | 0

1

个回答

加载更多