Borrar filtros
Borrar filtros

link between m files

1 visualización (últimos 30 días)
Ayda
Ayda el 16 de Dic. de 2011
Good evening\morning
How can I do a link between multi m.files
I have a main code that will call the other m files depending on If condition

Respuestas (2)

Walter Roberson
Walter Roberson el 16 de Dic. de 2011
If you are trying to call upon a script rather than a function, use run()
  2 comentarios
Sean de Wolski
Sean de Wolski el 16 de Dic. de 2011
or just type the mfile name.
Walter Roberson
Walter Roberson el 16 de Dic. de 2011
run() is useful if you want to specify a path to the second file; it is also especially useful if the second file has the same name as the original.

Iniciar sesión para comentar.


Sean de Wolski
Sean de Wolski el 16 de Dic. de 2011
doc function
Would be a good place to start, along with the getting started documentatiob.
  1 comentario
Walter Roberson
Walter Roberson el 16 de Dic. de 2011
http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab

Iniciar sesión para comentar.

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by