回答済み
I get no output from the task
Check the task for an Error, something like taskerror1 = get(t1, 'Error') This might help you to debug your issue. You ...

13年弱 前 | 0

| 採用済み

回答済み
Can MATLAB Distributed Server Run in the Background?
Windows does not tolerate multiple users logged into the desktop at any time (without terminal services), but it's perfectly fin...

13年弱 前 | 0

| 採用済み

回答済み
Matlab function Will not work
If you set a breakpoint when the file is being read and step through, do the variables contain anything? As you step, you shoul...

約13年 前 | 0

回答済み
Matlab function Will not work
In the code above, you have "File" and "file" as your variable names. Is this a typo, or does the case really vary in your code...

約13年 前 | 0

回答済み
Different length data - not able to use structures, matrix, or eval. What can I use?
Why can't you use operators like colon or end to allow data of different sizes to be imported? You can effectively say "give me...

約13年 前 | 0

回答済み
How to pause matlab a specific amount of time between iterations??
If you have Parallel Computing Toolbox, you can set up an integration with your cluster (I'm guessing it's PBS Pro or Torque), a...

約13年 前 | 2

回答済み
How to resolve memory issue
When it says "not enough storage", I'd ask you to check the amount of space you have free on your hard drive, too.

約13年 前 | 0

回答済み
parfor memory usage inefficiency
You might find Edric's FEX submission useful: http://www.mathworks.com/matlabcentral/fileexchange/31972-worker-object-wrapper...

約13年 前 | 1

| 採用済み

回答済み
system call with parfor
I'm not entirely clear what you mean by "I'd like the first for the first expected the end of all system Call and then continue ...

約13年 前 | 0

回答済み
Error message: "Could not complete Activation because the License File could not be written to disk"
Are you running as a user with permissions to write to /Applications/MATLAB? You will likely need to be an "administrator" fo...

約13年 前 | 0

回答済み
Overwriting the folder in matlab
rmdir http://www.mathworks.com/help/matlab/ref/rmdir.html

約13年 前 | 1

回答済み
.exe file user input promt doesn't print in Matlab command window
Can you recompile the .exe file to take command line arguments rather than relying upon interactive input? e.g. myexe.exe -...

約13年 前 | 0

回答済み
PCT: Parfor vs For with one core
This special-casing may not be strictly necessary, as "parfor" reverts to serial behavior if there is no matlabpool available, a...

約13年 前 | 0

回答済み
Remote MATLAB with Java support
Why not just start MATLAB normally with the display forwarded? The main window will display and the figure windows will be forw...

約13年 前 | 0

| 採用済み

回答済み
Optimization using GA and FMINCON with more than 12 processors
To go beyond 12 workers (which is the limit for the local scheduler), you need to set up the Matlab Distributed Computing Server...

約13年 前 | 1

回答済み
How to run MATLAB (or execute some algorithm) on specific number of cores on a computer?
A matlabpool will give you a number of worker processes, with a single computational thread each. The actual placement of worke...

約13年 前 | 0

回答済み
Value Changes in a script (While the function calls itself)
Why don't you use a while loop? From a short inspection, you change "if" to "while" and it does what you want. http://www.ma...

約13年 前 | 0

回答済み
Cannot run any matlab function when using php shell_exec matlab
There are mutiple things going on here. * Make sure the startup options are appropriate. There are some examples here: ht...

約13年 前 | 0

回答済み
matlab usage via NFS on HPC cluster without MDCS
First, to clear things up: * MATLAB will *execute* from an NFS mount as long as it gets a license. You can install it one pl...

約13年 前 | 0

回答済み
Wave Recorder for IOS Devices
Quickly googling for "iPhone recording wave format" brought up a multitude of apps in the app store that allow you to record sou...

約13年 前 | 0

回答済み
Cygwin Shell scritp (.sh) in Matlab
I'm wondering if the exclamation point in the string is getting consumed somewhere along the way -- since you are shelling out o...

約13年 前 | 1

回答済み
32bit Windows 8gb RAM with Ramdisk > Out of Memory in parfor
Go to a 64-bit operating system and optimize there. If you have a system that accepts 8 GB of RAM, it's likely that all you nee...

約13年 前 | 0

回答済み
dynamic name variable as the output of a function
If you are trying to process a series of files in a directory, there are a few examples here: http://matlab.wikia.com/wiki/FA...

約13年 前 | 2

回答済み
Compiled MATLAB with TORQUE
If you have Parallel Computing Toolbox and MATLAB Distributed Computing Engine installed/configured on the cluster, you can set ...

約13年 前 | 0

| 採用済み

回答済み
Freeing GPU memory associated with CUDA kernels
You can use "reset" http://www.mathworks.com/help/distcomp/reset.html

約13年 前 | 0

回答済み
Installation probelms R2012b on Ubuntu 12.10 quantal
Try installing from a directory without spaces -- it looks like your installation media is in "/tmp/Mathlab R2012b Linux" If ...

約13年 前 | 0

回答済み
multithreading on one shared array
<http://www.mathworks.com/matlabcentral/answers/48477-distributing-arrays-to-workers-for-local-processing This previous Answer> ...

約13年 前 | 0

| 採用済み

回答済み
Can somebody please Explain why I got this Error by running this code using MATLAB
Do you have the toolbox installed that has this function? If you type "ver" at the command prompt, you should see "Communicatio...

約13年 前 | 0

回答済み
Parallel computing with MDCS
What is the job state? Is it still running? You can use the waitForState(job, finished) to wait for the job to complete runnin...

約13年 前 | 1

| 採用済み

回答済み
How to load Multiband image on codistributed array of PCT?
Jill had a nice example in <http://www.mathworks.com/matlabcentral/answers/48477-distributing-arrays-to-workers-for-local-proces...

約13年 前 | 0

さらに読み込む