Réponse apportée
Matlab doesn't seem to recognize SPM 2 files - "spm_list_files.dll is not a valid win32 application"
Did you get the 64-bit version or the 32-bit version? Sounds like you might be trying to use the 64-bit on 32-bit and that's no...

presque 14 ans il y a | 0

Réponse apportée
Matlab goes into busy state when input is random and big.
What happens if you pass in a random array of 1000 elements? Same performance as the sine wave? Are you running out of RAM a...

presque 14 ans il y a | 0

Réponse apportée
My matlab mdcs worker slower
Keep in mind the following: # When you are using the "local" cluster, everything is local to the machine. So you are using l...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
Matlab Parallel Computing - Firewall Configuration
Try out the steps in this solution, opening the ports as indicated. I've set it up several times on Windows and Linux and know ...

presque 14 ans il y a | 0

Réponse apportée
To know which core are running which processes
When you issue taskkill in that manner it would kill all images with that name. It's not scoped to kill only certain sessions. ...

presque 14 ans il y a | 0

Réponse apportée
Microsoft Application Virtualization - Problems sequencing R2012a
By the C++ files, do you mean the Microsoft C++ redistributable package? IIRC this package has been required to be installed ...

presque 14 ans il y a | 0

Réponse apportée
How can I use a new toolbox when using MDCS?
You might need to add it in the cluster profile under AdditionalPaths. Go into the parallel menu, select the cluster profile fo...

presque 14 ans il y a | 0

Réponse apportée
kickstart Matlab remotely using SSH
Have you tried launching it with nohup? nohup matlab You could also try "screen", too. Or launching it inside a VNC ses...

presque 14 ans il y a | 0

Réponse apportée
Moving from 2011b to 2012a network licensing - do I need to reinstall FlexLM?
FlexLM consists of three major parts: The lmgrd part (provided by FlexLM), the vendor daemon, provided by the vendor (in this c...

presque 14 ans il y a | 0

Réponse apportée
(weird) Out Of Memory Error
For quick and dirty, I'd set the memoryuse / vmemoryuse to "unlimited" and see what happens.

presque 14 ans il y a | 0

Réponse apportée
[Optimization Tool] Parallelization not working
If you get the return values of system(), is there anything interesting in there? [status, result] = system('command')

presque 14 ans il y a | 0

Réponse apportée
Running a Windows Matlab script using Hudson/Jenkins
I don't have experience with this exact environment, but in terms of running MATLAB on Windows in some sort of headless mode, I'...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
save command in matlab parfor loop not going through all iterations
You don't provide a lot of detail as to where you are saving the files, but in my experience, when you get above a few thousand ...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
Writing a Matlab program for a GPU card in a different machine (in the same local area network)?
You will need to have MATLAB installed on the remote machine with the GPU to be able to use the two together. As far as I know,...

presque 14 ans il y a | 1

Réponse apportée
What happens to a running program when my computer switches to Hibernate?
I largely agree with Jan. I've had the hiberation file get corrupted a number of times over the years, and losing a few days of...

presque 14 ans il y a | 3

Réponse apportée
Parallel programming: parfor vs for computing time
In addition to Sumit's response, you also have to take a look at the machine itself. If you open too many worker processes, you...

presque 14 ans il y a | 0

Réponse apportée
GPU + Parallel processing(par for loop)
There are a few ways of doing this, explained as follows: Subject: Is it possible to use MATLAB GPU functionality on a com...

presque 14 ans il y a | 2

Réponse apportée
Matlab not recognizing cuda driver 5
Hello Jose, I'm curious about a few things: * What Mac are you using? * Which GPU are you using? * Was this working wi...

presque 14 ans il y a | 0

Réponse apportée
Home PC or workstation for MATLAB?
The way I look at such questions is to look at what's the bottleneck on the system. * If you are using the swap file heavily,...

presque 14 ans il y a | 6

| A accepté

Réponse apportée
Utilizing gpu for Matlab ONLY
I think I found your answer in the second bullet of the release notes of the CUDA driver for this GPU. I left the first bullet ...

presque 14 ans il y a | 2

| A accepté

Réponse apportée
I cannot install mex compiler in ubuntu
First, find out the version of gcc you need to have installed: http://www.mathworks.com/support/compilers/R2012a/glnxa64.html...

presque 14 ans il y a | 0

Réponse apportée
How effective is multi-core machine running Matlab/Simulink these days (2012)
Others have already discussed multi-core and parallel performance. Another difference for parallel performance is if you want t...

presque 14 ans il y a | 0

Réponse apportée
Determine number of times file has been accessed
In Windows, you can set this up using built-in tools on the OS, similar to the following example: http://www.addictivetips.co...

presque 14 ans il y a | 1

| A accepté

Réponse apportée
Organizing Messy Notepad data
I would do it in a regular expression. Take a look at the "Positional" and "Lookaround" operators: http://www.mathworks.com/...

presque 14 ans il y a | 1

Réponse apportée
Problem installing MCR on AMD processor
Did you get the 64-bit version and you are running a 32-bit OS? Or some other combination of 32/64 bit environment that is fund...

presque 14 ans il y a | 0

Réponse apportée
How to/Can I send commands to Matlab remotely
A few ways I can think if doing this: * Parallel Computing Toolbox can have a MATLAB worker running on a remote server. When...

presque 14 ans il y a | 1

Réponse apportée
Admin center: MDCE service unavailable
You can call Installation Support with questions on MDCE installation and setup.

presque 14 ans il y a | 0

Réponse apportée
Error when using matlabpool
Within <matlabroot>/toolbox/distcomp/bin, there is a program called "admincenter". Within the Admin Center there are a number o...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
Running external program from Matlab for a given amount of time
Probably the most straightforward way to do this would be to write a wrapper around the call to the external program. It would ...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
Huge different between MatLab and operating systems?
I'm speaking *very* generally. From the standpoint of an application, 32-bit Windows XP and 32-bit Windows 7 are very similar...

presque 14 ans il y a | 1

Charger plus