let a script run in other script with variable parameters
이전 댓글 표시
I want to let a script (ex: project.m) run in other script (ex: main.m) with changing parameters.
It means, the parameters is set in the main.m script and the project.m is loaded from the main.m and runs in a for-loop with the defined parameters.
Thank you so much for your answer!
Best Regards,
Minyoung
댓글 수: 2
Abderrahim. B
2022년 7월 4일
Hi Minyoung ,
Correct me if i am mistaken .
- You have the script main.m that has the paramters
- and a seperate matlab script project.m
- then you are trying to call project.m in the main.m to loop on it .
Please clarify so we can provide you with answers!
Minyoung Hong
2022년 7월 4일
채택된 답변
추가 답변 (1개)
Jonas
2022년 7월 4일
1 개 추천
it really sounds like you actally should change your script to a fcuntion. Running a script giving paramters to it is exactly what a function is
카테고리
도움말 센터 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!