Answered
Distributed Computing Toolbox 3.3
Did you execute the lmstat command from the worker machines?

14 years ago | 0

Answered
parallel compute but can't use load to read data
It's likely that the user context on the remote system is different and doesn't know what t:\ is. If you execute [status,res...

14 years ago | 1

Answered
Running DOS command from Matlab
You can redirect the output to a file if you do care about reviewing it later: system('mycommand > myoutputfile.txt') or you...

14 years ago | 0

| accepted

Answered
MDCS Issue: Client can't connect to server. Failing "LockDown Test"
# Are you running any firewalls? Software that might be acting like one? (Malware scanner, virus scanner -- they might also inc...

14 years ago | 0

Answered
Silent deploy of Matlab 2011 a
I use the silent installer quite frequently and I know it works. You might want to make sure your text file is really a text ...

14 years ago | 0

| accepted

Answered
Building a GPU computer for MATLAB
A few questions: * What is "a lot of memory"? * Do you have a license for the Parallel Computing Toolbox? A few things I ...

14 years ago | 0

Answered
Problem with parallel configuration. Parallel job test validation failed!!
It looks like your hosts can't resolve their IP addresses correctly. Check the networking setup very closely and make sure: ...

14 years ago | 0

| accepted

Answered
Parallel Job causing memory leak?
When you kill the job, are you using destroy?

14 years ago | 0

Answered
Problem with parallel configuration. Parallel job test validation failed!!
Other things you might want to look for: From the "The specified network name is no longer available. (errno 64)" error messa...

14 years ago | 0

Answered
Problem with parallel configuration. Parallel job test validation failed!!
In Admin Center, if you run the connectivity test (Hosts > Test Connectivity) are there any errors or warnings?

14 years ago | 0

Answered
Put a limit on Memory Matlab Uses
The behavior you are seeing is a result of Windows trying to "be nice" and allocate the memory you have requested. Since you ha...

14 years ago | 1

| accepted

Answered
Automatically entering information to external program run from system() command
If you have access to the C source code, it might be worth your time to build a better way of getting the data in, such as a com...

14 years ago | 0

Answered
how to use matlab remotly
How I remotely connect to a Linux machine from a Windows machine over VPN. I am assuming your home machine is Windows -- but th...

14 years ago | 0

Answered
Matlab programs run faster on laptop than on dual quad
I'm not really all that surprised, as you don't post the actual hardware specs of the laptop and desktop host. But on a basic l...

14 years ago | 0

Answered
problem in using matlab mpi for parallel processing..
The error you are seeing comes from SSH. I'd check what user is running the process, and that you can connect without password ...

14 years ago | 0

Answered
How to apply "smart indent" to a file programmatically
You might want to check out these blog posts: http://blogs.mathworks.com/desktop/2011/05/09/r2011a-matlab-editor-api/ http...

14 years ago | 1

Answered
High Performance Computing
You might be interested in the documentation for Parallel Computing Toolbox: http://www.mathworks.com/help/toolbox/distcomp/ ...

14 years ago | 2

Answered
Copying files from Matlab without a system call
Can you use cluster commands (outside of MATLAB) to copy the files as part of your submission?

14 years ago | 0

Answered
Path management for different versions of projects
Using a version control system is only part of the answer. You need to also have a release process to produce the finished soft...

14 years ago | 1

Answered
running three functions simultaneously
Although it may not solve all of your problems, this thread might help you out (where Jan and Paulo have already contributed!) ...

14 years ago | 0

Answered
Cloud Computing and Virtualization
Have you taken a look at Simulink/Stateflow/SimEvents? We used them to model a system that was designed to throttle the loads o...

14 years ago | 0

Answered
combine multiple text files into one text file
Keep in mind you don't even need MATLAB to do this. You can do it with built in OS commands on Windows or UNIX Windows: typ...

14 years ago | 1

Answered
OpenMp under matlab
Have you looked at using the Parallel Computing Toolbox? The parfor and spmd constructs are specifically written to allow code ...

14 years ago | 0

Answered
Strange error which appears running on WINDOWS, but not linux
Are you running Windows Vista or Windows 7 with UAC enabled? Some of the folders might be accessible only with elevated privile...

14 years ago | 0

Answered
UDP packet fails to transmit to object when I have two ethernet connections
I suspect when you attach the second network cable, the network is trying to route the packets to that IP address, which likely ...

14 years ago | 0

Answered
License Manage Error - 96 while opening MATLAB in macbook
Did you try the steps in the "troubleshoot" section? Usually this error means quite literally what it says -- you can't commu...

14 years ago | 0

| accepted

Answered
Run telnet with cmd in MATLAB command window
I think I figured out what is going on. The "telnet" client seems to set up some sort of terminal environment, which doesn't pl...

14 years ago | 1

| accepted

Answered
How do I increase the amount of memory used by MATLAB?
With RAM running about $10/GB, you can buy your way out of this problem for a small amount of money (assuming your system can ta...

14 years ago | 0

Answered
How to Change Window Title in Automation mode
Have you tried using something like system("title <window title here>") in your code? The "title" command is a DOS com...

14 years ago | 0

Answered
Do not have sufficient access permissions for the Matlab application folder to change the file /Applications/MATLAB_R2010a.app/toolbox/local/classpath.txt
If you look at the permissions on that file using "ls -l", you should be able to see who can write to it. If root owns it and t...

14 years ago | 0

Load more