TWiki home TWiki > Simulation > SimulationResearchOnPizzeria > RunMatlabNodisplay TWiki webs:
Main | TWiki | Know | Sandbox
Simulation . { Changes | Index | Search | Go }
--+++ Run Matlab without graphics and editor etc

http://www.mathworks.com/access/helpdesk/help/techdoc/ref/matlabunix.html#matlab_unix_refpage

matlab -nodesktop -r mystuff.m

or

matlab < mystuff.m > myoutput.txt

the -nodesktop tells you that < piping does same as nodesktop.

I also noticed that the various blocksets (eg communications) have help stuff like: use sim("mysimulation") to run the simulation in the background and also how to set up multiple simulations of the same thing.

-- DanGrimm - 23 Nov 2007

Topic RunMatlabNodisplay . { Edit | Attach | Ref-By | Printable | Diffs | r1.1 | More }
Revision r1.1 - 23 Nov 2007 - 05:49 GMT - DanGrimm
Parents: WebHome > SimulationResearchOnPizzeria
Copyright © 1999-2003 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback.