回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

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

13年以上 前 | 0

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

13年以上 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 1

回答済み
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年以上 前 | 3

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 2

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 6

| 採用済み

回答済み
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年以上 前 | 2

| 採用済み

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 1

| 採用済み

回答済み
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年以上 前 | 1

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 1

回答済み
Admin center: MDCE service unavailable
You can call Installation Support with questions on MDCE installation and setup.

13年以上 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 1

さらに読み込む