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

3 visualizaciones (últimos 30 días)
sindhura c
sindhura c el 7 de Oct. de 2018
Comentada: Rik el 10 de Oct. de 2018
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.

Respuestas (1)

Rik
Rik el 7 de Oct. de 2018
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 comentario
Rik
Rik el 10 de Oct. de 2018
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.

Iniciar sesión para comentar.

Categorías

Más información sobre Logical en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by