How To Create & Run MATLAB Standalone Executable : TechWeb : Boston University

How To Create & Run MATLAB Standalone Executable : TechWeb : Boston University

瀏覽:1343
日期:2025-04-28
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 ......看更多