Effacer les filtres
Effacer les filtres

How to make autorun and auto exit

4 vues (au cours des 30 derniers jours)
joo tan
joo tan le 20 Déc 2011
Dear all,
I have 2 file.m ..Let say A.m and B.m..first i need to run the A.m file and at the middle running, i need load and run the B.m file.After B.m file finish, i want to autoexit the B.m file and continue with processing in A.m file untill end.. .so, how i can do like that? What the command??

Réponses (2)

Andreas Goser
Andreas Goser le 20 Déc 2011
Just call the B file at the line of file A where you need it. If the file name is my_script.m, the command is
my_script
If you have a function, make sure you learn how to use parameters, see documentation.
  1 commentaire
Robert Cumming
Robert Cumming le 20 Déc 2011
i would advise you use functions - it will help in the long run and make bug fixing easier.

Connectez-vous pour commenter.


joo tan
joo tan le 20 Déc 2011
Dear Andreas Goser,
ok..i will try your suggestion..so, it will automatic run the B file? so, the last B.file , i need put command exit?
  1 commentaire
Andreas Goser
Andreas Goser le 20 Déc 2011
You do not even need EXIT.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by