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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 1

| akzeptiert

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

fast 14 Jahre vor | 1

| akzeptiert

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 2

| akzeptiert

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

| akzeptiert

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 1

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

fast 14 Jahre vor | 2

| akzeptiert

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

Beantwortet
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:/...

fast 14 Jahre vor | 1

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

fast 14 Jahre vor | 3

| akzeptiert

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 2

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

fast 14 Jahre vor | 0

| akzeptiert

Beantwortet
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)...

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

Mehr laden