Wait for another script to complete its execution
1 次查看(过去 30 天)
显示 更早的评论
I have developed a matlab script(Name: caller_script). In the middle, this script(caller_script) calls another script(Name: Called script). After this, both the scripts (i.e. caller_script and called_script) runs parallely. However I want to halt caller_script once it calls called_script and resume it when called_script has completed its execution. Is there any way to do the same.
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!