How to call m-files
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello.
I want to call m-files to a another m-file.
More specific, I have two m.files that I want to call from another m-file.
Regards Cillan
0 comentarios
Respuesta aceptada
Thomas
el 7 de Jun. de 2012
Suppose you have two scripts
script1.m and script2.m
you can call the second script from the first by just using
script2
in the code of the first file.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Interactive Control and Callbacks 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!