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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 1

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

mehr als 14 Jahre vor | 0

| akzeptiert

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

| akzeptiert

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

| akzeptiert

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 1

| akzeptiert

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 1

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

mehr als 14 Jahre vor | 2

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 1

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 1

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

| akzeptiert

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

mehr als 14 Jahre vor | 1

| akzeptiert

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

Mehr laden