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

ungefär 11 år ago | 0

| accepted

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

ungefär 11 år ago | 0

| accepted

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

ungefär 11 år ago | 0

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

ungefär 11 år ago | 0

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

ungefär 11 år ago | 0

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

ungefär 11 år ago | 2

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

ungefär 11 år ago | 0

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

ungefär 11 år ago | 1

| accepted

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

ungefär 11 år ago | 0

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

ungefär 11 år ago | 0

Answered
Overwriting the folder in matlab
rmdir http://www.mathworks.com/help/matlab/ref/rmdir.html

ungefär 11 år ago | 1

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

ungefär 11 år ago | 0

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

ungefär 11 år ago | 0

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

ungefär 11 år ago | 0

| accepted

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

ungefär 11 år ago | 1

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

ungefär 11 år ago | 0

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

mer än 11 år ago | 0

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

mer än 11 år ago | 0

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

mer än 11 år ago | 0

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

mer än 11 år ago | 0

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

mer än 11 år ago | 1

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

mer än 11 år ago | 0

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

mer än 11 år ago | 2

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

mer än 11 år ago | 0

| accepted

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

mer än 11 år ago | 0

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

mer än 11 år ago | 0

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

mer än 11 år ago | 0

| accepted

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

mer än 11 år ago | 0

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

mer än 11 år ago | 1

| accepted

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

mer än 11 år ago | 0

Load more