回答済み How to make Matlab close automatically
Have you tried running your sequence of commands with quotation marks?
matlab -nodesktop -r "runMyapp; exit;"
Alternativ...
10年弱 前 | 0
回答済み Multiple Plot and saving as jpg
Hi,
here's a piece of code that should get you started.
Best
Michael
clear all; close all; clc;
% Create ...