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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 1

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

oltre 14 anni fa | 0

| accettato

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

| accettato

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

oltre 14 anni fa | 0

Risposto
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: ...

oltre 14 anni fa | 0

| accettato

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

Risposto
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?

oltre 14 anni fa | 0

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

oltre 14 anni fa | 1

| accettato

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 1

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

oltre 14 anni fa | 2

Risposto
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?

oltre 14 anni fa | 0

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

oltre 14 anni fa | 1

Risposto
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!) ...

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 1

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

| accettato

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

oltre 14 anni fa | 1

| accettato

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

Carica altro