run code section in nodesktop mode

3 visualizzazioni (ultimi 30 giorni)
Leo Simon
Leo Simon il 16 Set 2018
Risposto: Leo Simon il 17 Set 2018
Title says it all. I always run matlab with the -nodesktop flag. I've just learned how to run a code section from within the IDE environment. Is it possible to do the same in nodesktop mode?
Here's an MWE
a = myFunction(y)
%%Code section
a = 4
disp(a)
Since myFunction hasn't been defined, this program snippit will crash unless it is run starting from the %%'s
Thanks!
Leo

Risposta accettata

Walter Roberson
Walter Roberson il 17 Set 2018
No, you cannot do that in nodesktop mode.

Più risposte (1)

Leo Simon
Leo Simon il 17 Set 2018
Figured as much. A pity though, it would be enormously helpful, and a great enhancement, for those of us who despise desktop mode.

Categorie

Scopri di più su Entering Commands in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by