Clear Filters
Clear Filters

Start New Matlab Window From Command Line.

4 views (last 30 days)
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!

Accepted Answer

ScottB
ScottB on 2 Jul 2012
Adrian,
Take a look at the "system" command:
system('matlab')
  3 Comments
AA
AA on 6 Feb 2018
Hello Malcolm,
Is there a similar solution for Linux?
Thanks!

Sign in to comment.

More Answers (1)

Walter Roberson
Walter Roberson on 2 Jul 2012

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!