답변 있음 How to make Matlab close automatically
Have you tried running your sequence of commands with quotation marks?
matlab -nodesktop -r "runMyapp; exit;"
Alternativ...
9년 초과 전 | 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 ...