HELP how to esc by the command system ?

Hi, I have a problem, when I use the command 'system()' to communicate with the 'line of command' I wont have a limited time for matlab to execute this function and if it is not finished at the end of this time I want to exit from the function 'system()'.
How can I do this?
The problem is that, when I use 'system()' Matlab is stopped on this command as long as it is finished, instead in this case, I want to interrupt this command before, and go head whit the script.

답변 (1개)

MJFcoNaN
MJFcoNaN 2022년 4월 24일

0 개 추천

You can add "&" at the end of command to run it in backgroud.
system('mkdir aaa &')

카테고리

도움말 센터File Exchange에서 Get Started with Phased Array System Toolbox에 대해 자세히 알아보기

제품

릴리스

R2022a

질문:

2022년 4월 22일

답변:

2022년 4월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by