Open PLS toolbox analysis window from command line

20 views (last 30 days)
I want to open data in the PLS toolbox analysis window from command line. Is this possible? The following command directly calculates MCR:
mcr(MyDataSet,8,[preprocess('default', 'mean center')]);
I would like to open the analysis GUI with these setting, and visually check if the preprocessing is right.
  1 Comment
Icefly
Icefly on 16 Oct 2013
If I could incorporate this to my script then it could save about 10 mouse clicks :-)

Sign in to comment.

Answers (0)

Categories

Find more on Visual Exploration in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!