Usage of Exclamation point in MATLAB?
조회 수: 28 (최근 30일)
이전 댓글 표시
Hey all,
I just wondered about the application of "exclamation point" (!) in MATLAB. I have read a bit in forums and it is mostly said that " It indicates that the rest of the input line is issued as a command to the operating system.". Does anybody know what is the real-life application (by an example please)? Thanks a lot.
댓글 수: 1
per isakson
2015년 2월 28일
편집: per isakson
2015년 2월 28일
"read a bit in forums"   The Matlab documentation is typically a much better source of information.
답변 (1개)
per isakson
2015년 2월 28일
편집: Jan
2018년 2월 26일
See the documentation Run External Commands, Scripts, and Programs. It includes description and examples. And I include a function, which I use to check whether files are locked by other programs. It uses system, which I prefer to !
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!