답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 1

| 수락됨

답변 있음
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년 초과 전 | 1

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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...

거의 14년 전 | 0

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

거의 14년 전 | 2

| 수락됨

답변 있음
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...

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 0

답변 있음
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 ...

거의 14년 전 | 0

| 수락됨

답변 있음
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...

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 1

답변 있음
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...

거의 14년 전 | 2

| 수락됨

답변 있음
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...

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 0

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

거의 14년 전 | 0

답변 있음
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:/...

거의 14년 전 | 1

답변 있음
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...

거의 14년 전 | 3

| 수락됨

답변 있음
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...

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 2

답변 있음
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...

거의 14년 전 | 0

| 수락됨

답변 있음
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)...

거의 14년 전 | 0

답변 있음
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 ...

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 0

더 보기