Respondida How to make Matlab close automatically
Have you tried running your sequence of commands with quotation marks?
matlab -nodesktop -r "runMyapp; exit;"
Alternativ...
más de 8 años hace | 0
Respondida 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 ...