필터 지우기
필터 지우기

Start New Matlab Window From Command Line.

조회 수: 4 (최근 30일)
Adrian Perez
Adrian Perez 2012년 7월 2일
댓글: AA 2018년 2월 6일
Hello,
I want to be able to start a new Matlab window from the command line. I have a script that separates a data set into two files and then applies a function two each data set. Currently, I have to manually start these functions but would like to have it automated. Any advice would be great.
Thanks!

채택된 답변

ScottB
ScottB 2012년 7월 2일
Adrian,
Take a look at the "system" command:
system('matlab')
  댓글 수: 3
Malcolm Lidierth
Malcolm Lidierth 2012년 7월 3일
On Windows try:
!matlab &
AA
AA 2018년 2월 6일
Hello Malcolm,
Is there a similar solution for Linux?
Thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2012년 7월 2일

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by