can we run a matlab file without saving it?
조회 수: 18 (최근 30일)
이전 댓글 표시
this question will help you to know about saving a matlab file.
댓글 수: 1
채택된 답변
Shubham Maurya
2016년 10월 25일
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.
댓글 수: 0
추가 답변 (3개)
Raúl GB
2016년 10월 25일
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.
댓글 수: 0
Kumar
2023년 1월 29일
Yes, you can run a MATLAB file without saving it through the "Run Section"
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!