Feeds
已回答
Executing Matlab.m script from Excel VBA macro
you can use in VBA fileToRun = "C:\path\path\file.m" matlabCommand = "matlab -nodisplay -nosplash -nodesktop -r "" run('...
Executing Matlab.m script from Excel VBA macro
you can use in VBA fileToRun = "C:\path\path\file.m" matlabCommand = "matlab -nodisplay -nosplash -nodesktop -r "" run('...
9 years 前 | 2


