Links: Difference between revisions

From phys660
Jump to navigationJump to search
 
Line 23: Line 23:


== MATLAB ==
== MATLAB ==
* '''Running MATLAB m-files in background under Linux:''' nohup matlab -nojvm -nodesktop -nodisplay < your_file.m & > log_file.out &
*[http://www.mathworks.com/help/pdf_doc/matlab/getstart.pdf MATLAB Getting Started Guide]
*[http://www.mathworks.com/help/pdf_doc/matlab/getstart.pdf MATLAB Getting Started Guide]
*[http://www.mathworks.com/help/techdoc/index.html The complete official MATLAB reference]
*[http://www.mathworks.com/help/techdoc/index.html The complete official MATLAB reference]
* Running MATLAB m-files in background under Linux: nohup matlab -nojvm -nodesktop -nodisplay < your_file.m & > log_file.out &
*[http://cs.nyu.edu/cs/faculty/overton/g22_nm/programs/info.html Calling C and Fortran from MATLAB using the MEX interface]
*[http://cs.nyu.edu/cs/faculty/overton/g22_nm/programs/info.html Calling C and Fortran from MATLAB using the MEX interface]
*[[Media:mlab_bench.pdf|Multithreaded MATLAB performance on selected multicore machines at UD]]
*[[Media:mlab_bench.pdf|Multithreaded MATLAB performance on selected multicore machines at UD]]

Latest revision as of 19:07, 21 April 2017