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

13 years ago | 0

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

13 years ago | 0

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

13 years ago | 0

| accepted

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

13 years ago | 0

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

13 years ago | 0

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

13 years ago | 0

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

13 years ago | 0

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

13 years ago | 0

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

13 years ago | 0

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

13 years ago | 0

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

13 years ago | 0

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

13 years ago | 0

| accepted

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

13 years ago | 0

| accepted

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

13 years ago | 1

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

13 years ago | 3

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

13 years ago | 0

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

13 years ago | 2

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

13 years ago | 0

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

13 years ago | 6

| accepted

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

13 years ago | 2

| accepted

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

13 years ago | 0

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

13 years ago | 0

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

13 years ago | 1

| accepted

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

13 years ago | 1

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

13 years ago | 0

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

13 years ago | 1

Answered
Admin center: MDCE service unavailable
You can call Installation Support with questions on MDCE installation and setup.

13 years ago | 0

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

13 years ago | 0

| accepted

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

13 years ago | 0

| accepted

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

13 years ago | 1

Load more