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

más de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 0

| aceptada

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

más de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 0

| aceptada

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

más de 13 años hace | 0

| aceptada

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

más de 13 años hace | 1

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

más de 13 años hace | 3

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

más de 13 años hace | 0

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

más de 13 años hace | 2

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

más de 13 años hace | 0

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

más de 13 años hace | 6

| aceptada

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

más de 13 años hace | 2

| aceptada

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

más de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 1

| aceptada

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

más de 13 años hace | 1

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

más de 13 años hace | 0

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

más de 13 años hace | 1

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

más de 13 años hace | 0

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

más de 13 años hace | 0

| aceptada

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

más de 13 años hace | 0

| aceptada

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

más de 13 años hace | 1

Cargar más