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

más de 14 años hace | 0

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

más de 14 años hace | 1

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

más de 14 años hace | 0

| aceptada

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

más de 14 años hace | 0

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

más de 14 años hace | 0

| aceptada

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

más de 14 años hace | 0

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

más de 14 años hace | 0

| aceptada

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

más de 14 años hace | 0

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

más de 14 años hace | 0

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

más de 14 años hace | 0

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

más de 14 años hace | 1

| aceptada

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

más de 14 años hace | 0

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

más de 14 años hace | 0

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

más de 14 años hace | 0

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

más de 14 años hace | 0

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

más de 14 años hace | 1

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

más de 14 años hace | 2

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

más de 14 años hace | 0

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

más de 14 años hace | 1

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

más de 14 años hace | 0

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

más de 14 años hace | 0

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

más de 14 años hace | 1

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

más de 14 años hace | 0

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

más de 14 años hace | 0

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

más de 14 años hace | 0

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

más de 14 años hace | 0

| aceptada

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

más de 14 años hace | 1

| aceptada

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

más de 14 años hace | 0

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

más de 14 años hace | 0

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

más de 14 años hace | 0

Cargar más