A répondu
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 ...

environ 11 ans il y a | 0

| A accepté

A répondu
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...

environ 11 ans il y a | 0

| A accepté

A répondu
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...

environ 11 ans il y a | 0

A répondu
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...

environ 11 ans il y a | 0

A répondu
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...

environ 11 ans il y a | 0

A répondu
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...

environ 11 ans il y a | 2

A répondu
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.

environ 11 ans il y a | 0

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

environ 11 ans il y a | 1

| A accepté

A répondu
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 ...

environ 11 ans il y a | 0

A répondu
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...

environ 11 ans il y a | 0

A répondu
Overwriting the folder in matlab
rmdir http://www.mathworks.com/help/matlab/ref/rmdir.html

environ 11 ans il y a | 1

A répondu
.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 -...

environ 11 ans il y a | 0

A répondu
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...

environ 11 ans il y a | 0

A répondu
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...

environ 11 ans il y a | 0

| A accepté

A répondu
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...

environ 11 ans il y a | 1

A répondu
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...

environ 11 ans il y a | 0

A répondu
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...

environ 11 ans il y a | 0

A répondu
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...

environ 11 ans il y a | 0

A répondu
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...

plus de 11 ans il y a | 0

A répondu
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...

plus de 11 ans il y a | 0

A répondu
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...

plus de 11 ans il y a | 1

A répondu
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...

plus de 11 ans il y a | 0

A répondu
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...

plus de 11 ans il y a | 2

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

plus de 11 ans il y a | 0

| A accepté

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

plus de 11 ans il y a | 0

A répondu
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 ...

plus de 11 ans il y a | 0

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

plus de 11 ans il y a | 0

| A accepté

A répondu
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...

plus de 11 ans il y a | 0

A répondu
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...

plus de 11 ans il y a | 1

| A accepté

A répondu
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...

plus de 11 ans il y a | 0

Charger plus