Running some commands in the Command prompt automatically
이전 댓글 표시
Is there any way to run some command automatically in the command prompt like "sudo apt-get install ...." every time i run my MATLAB code?
댓글 수: 2
Adam Danz
2018년 9월 11일
Why not just call those commands from your code?
답변 (1개)
OCDER
2018년 9월 11일
0 개 추천
Use system to run command line codes from matlab.
If you want to run multiple commands, you could use something like ; for linux and & for Windows.
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!