Start New Matlab Window From Command Line.

3 次查看(过去 30 天)
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 个评论
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