필터 지우기
필터 지우기

How to make autorun and auto exit

조회 수: 4 (최근 30일)
joo tan
joo tan 2011년 12월 20일
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??

답변 (2개)

Andreas Goser
Andreas Goser 2011년 12월 20일
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
Robert Cumming
Robert Cumming 2011년 12월 20일
i would advise you use functions - it will help in the long run and make bug fixing easier.

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


joo tan
joo tan 2011년 12월 20일
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
Andreas Goser
Andreas Goser 2011년 12월 20일
You do not even need EXIT.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by