Réponse apportée
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...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 1

| A accepté

Réponse apportée
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...

plus de 13 ans il y a | 1

| A accepté

Réponse apportée
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...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 0

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

presque 14 ans il y a | 2

| A accepté

Réponse apportée
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...

presque 14 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 0

Réponse apportée
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 ...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 14 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 1

Réponse apportée
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...

presque 14 ans il y a | 2

| A accepté

Réponse apportée
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...

presque 14 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 0

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

presque 14 ans il y a | 0

Réponse apportée
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:/...

presque 14 ans il y a | 1

Réponse apportée
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...

presque 14 ans il y a | 3

| A accepté

Réponse apportée
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...

presque 14 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 2

Réponse apportée
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...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
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)...

presque 14 ans il y a | 0

Réponse apportée
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 ...

presque 14 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 0

Charger plus