can we run a matlab file without saving it?
显示 更早的评论
this question will help you to know about saving a matlab file.
1 个评论
KSSV
2016-10-25
Yes you can....but when you run it is automatically saved...
采纳的回答
更多回答(3 个)
Raúl GB
2016-10-25
2 个投票
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
2016-10-25
2 个投票
Type control-a (to select everything), then type F9.
Kumar
2023-1-29
0 个投票
Yes, you can run a MATLAB file without saving it through the "Run Section"
类别
在 帮助中心 和 File Exchange 中查找有关 Workspace Variables and MAT Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!