Answered
How to Install Intel Visual Fortran and connect that compiler to MATLAB
This support doc is a great place to start: http://www.mathworks.com/support/compilers/R2012b/win64.html Once it's install...

13 years ago | 0

Answered
Starting mdce before loging in to windows
MDCE gets installed as a Windows service. It will therefore start independently of your login, as it's set to Automatic start w...

13 years ago | 0

Answered
matlab distributed computing and security rules
The short answer: I don't know. I've never tried it, and it would be pretty hard to run a quick test as we are able to contact...

13 years ago | 0

Answered
MDCE Admin center is ok, But parallel computing does not recognize workers
Do you have a 64-bit worker and a 32-bit worker? This is not a recommended configuration, due to the underlying technology that...

13 years ago | 0

Answered
How to deternine the number of open labs.
matlabpool('size') matlabpool('size') returns the size of the worker pool if it is open, or 0 if the pool is closed. In thi...

13 years ago | 1

| accepted

Answered
can't do parallel computing
* Take a look in that directory and see if the file is there. * Check the permissions on the directory and the file to make s...

13 years ago | 1

| accepted

Answered
Memory Utilization of a program in matlab.
Try "memory"? It would help if you listed your platform and MATLAB version, as this only works on Windows. You can also us...

13 years ago | 0

Answered
Parallel MCR Performance Degradation
Cores aren't the only resource that can be exhausted. You could be using all the RAM, waiting on disk I/O, out of network bandw...

13 years ago | 0

Answered
How do I force matlab to run on a certain processor other than the first one under Linux?
Take a look at the "taskset" command. I will say that most modern OS's do a pretty decent job of balancing processes -- so th...

13 years ago | 0

Answered
How to run an .exe in the background
Try using "&" at the end. http://www.mathworks.com/help/matlab/ref/system.html

13 years ago | 2

| accepted

Answered
Cluster node crash => MDCS crash
You might find the "MaximumRetries" property helpful, although the word "crash" is a bit general -- does this imply a node going...

13 years ago | 0

Answered
How to solve out of memory errors in Matlab Neural Networks toolbox for large datasets?
If you are running a 32-bit OS, you won't be able to access more than 4 GB RAM. You will need to install a 64-bit version of Wi...

13 years ago | 0

Answered
Grading MATLAB assignments automatically
When I took programming classes in the past, the professor would specify what the function/method/CLI was supposed to look like ...

13 years ago | 0

| accepted

Answered
official examples could not run --- bioinformatics toolbox
A quick google search of the "undefined symbol: gzopen64" yielded a variety of responses, all which seemed to revolve around the...

13 years ago | 0

Answered
about spmd, gpu calculation in a cluster
Some of the things make sense now. For the "matlabpool failed to open" problems, I'd suspect that the scheduler has more comp...

13 years ago | 0

Answered
Strategies for Efficient Use of Memory
Might I ask why moving to 64-bit Windows is a problem? 64-bit variants of Windows have existed in the Server line for some time...

13 years ago | 1

Answered
Can I use Parallel processing toolbox directly on GPU (Geforce GT 520MX). How.
To use the GPU with MATLAB, only CUDA is supported and you need the Parallel Computing toolbox. You must also have a GPU with...

13 years ago | 2

| accepted

Answered
Has anyone else experienced amnesia with 2012b?
Are you using Roaming Profiles on your domain? It's possible that they became out of sync and the information was lost when the...

13 years ago | 0

Answered
Printing paper quality images remotely
Have you tried using VNC to do all the processing at the remote machine? This way, only the desktop graphics need to go over th...

13 years ago | 0

Answered
Problem Installing License Manager
I don't know what it could be complaining about, but install support is available free of charge.

13 years ago | 0

Answered
No device supporting CUDA was found
You need to download the most recent CUDA driver from nVidia's site and install it. As of right now, that's 304.51. http:/...

13 years ago | 1

Answered
PC Reccomendations for MATLAB
I've needed to put together quite a few business cases in my time. A few red flags pop up immediately that need to be clarified...

13 years ago | 3

| accepted

Answered
Parallel coding does not work in LINUX (Red Hat)
It sounds like there are a few things you need to do. # The client and cluster versions of MATLAB must be the same. So if yo...

13 years ago | 0

Answered
Matlab Remote Start Service Problem, Status Of Services Problem, Status Erratic
Problem 1: * Is UAC enabled or disabled on the systems? * Are the Administrator passwords the same on both systems? P...

13 years ago | 0

Answered
Problem getting Alt/Opt-W to work (Mac)
When you reinstalled, did you pick another language or keyboard layout? If you open up a text document and enter the same key...

13 years ago | 0

Answered
Finding a string in a file
I realize this question is old, but in Windows Explorer (and not strictly a MATLAB question, either), you can put "content: " in...

13 years ago | 2

Answered
Can not start Matlab R2012a remotely on iMac. Please help
Can you start/activate it sitting on the iMac? After it's activated, it should be fine. You can also look at the silent acti...

13 years ago | 0

| accepted

Answered
admincenter and test the connectivity Warnning
You have a name resolution problem. You need to check and possibly modify: Firewall settings (if firewalls are in use)...

13 years ago | 0

Answered
How Parallel Computing Toolbox works with MCR?
I think the ability to have compiled local workers is what you are looking for: "Standalone executables and shared libraries ...

13 years ago | 0

Answered
Matlab Error License Manager Error -4
If you use the lmstat command, it will contact the license server and you can see how many licenses are in use for signal_toolbo...

13 years ago | 0

Load more