can we run a matlab file without saving it?

this question will help you to know about saving a matlab file.

1 commentaire

KSSV
KSSV le 25 Oct 2016
Yes you can....but when you run it is automatically saved...

Connectez-vous pour commenter.

 Réponse acceptée

Shubham Maurya
Shubham Maurya le 25 Oct 2016

0 votes

Actually by default, the Matlab asks for saving the file or script with a name followed by .m extension. So, I don't think its possible to run the file without saving it.

Plus de réponses (3)

Raúl GB
Raúl GB le 25 Oct 2016

2 votes

You can evaluate the current section (ctr+enter) or the current selection (F9), it will run the script or part of the script without saving it. Please note that you cannot evaluate a function unless you specify an input for it.
Image Analyst
Image Analyst le 25 Oct 2016

2 votes

Type control-a (to select everything), then type F9.
Kumar
Kumar le 29 Jan 2023

0 votes

Yes, you can run a MATLAB file without saving it through the "Run Section"

Catégories

En savoir plus sur File Operations dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by