How to run all codes in single .m file??

조회 수: 3 (최근 30일)
sindhura c
sindhura c 2018년 10월 7일
댓글: Rik 2018년 10월 10일
suppose i have three different problems to be executed in matlab, and i want them to be in single .m file. How to do that? I want to see all the output images or data at a one time click.

답변 (1개)

Rik
Rik 2018년 10월 7일
You can either have a function at the top that runs internal functions, or you can just put all the code in a single script or function.
  댓글 수: 1
Rik
Rik 2018년 10월 10일
Did this suggestion solve your problem? If so, please consider marking it as accepted answer. It will make it easier for other people with the same question to find an answer. If this didn't solve your question, please comment with what problems you are still having.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by