 |
How To Create & Run MATLAB Standalone Executable : TechWeb : Boston University
function s = myApp(n, nprocs) % Purpose: runs basic MATLAB commands; companion to a standalone demo % n: size of simple arithmetic sequence [1+2+3+ . . . +n] % nprocs: number of processors [ (matlabpool('local', nprocs) ] % Note that myApp is used for ...
www.bu.edu |
 |