How to export coefficients automatically when using rstool?
Ältere Kommentare anzeigen
Here are part of codes in my M file:
X=[75 0.1;
100 0.1;
125 0.1;
100 0.08;
100 0.12];
Y=[1.04;
0.98;
1.34;
1.05;
1.11 ];
Rstool(X,Y,'purequadratic');
What I want to do is: Obtaining coefficients automatically and store them in a named vector, then this vector will be used to as later calculation in the M file.
Currently, to obtain coefficients, I have to click "Export" button after rstool, which is not what I want.
I would like to ask for your help, thank you so much!
Best regards,
Daixin
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Dimensionality Reduction and Feature Extraction finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!