System Identification Tool: Using a script to load Systems to the ident tool

조회 수: 5 (최근 30일)
Michael
Michael 2012년 7월 19일
댓글: Julian 2014년 8월 17일
hello,
unfortunately my English isn't the best, but I hope you understand the following question and may provide a solution.
I wrote a more or less complicate matlab programm which produces, among others, some linear systems. At a certain point of the programm I want to use the ident tool (GUI-tool of the system identification toolbox) to analyse these systems. Instead of opening the tool and clicking import... for each system I want to load the systems programmatically. Is there any possibility o do this. Something like import2tool(system1,system2)? It is possible to do something like this with the ltiview tool. The command is ltiview('current',sys1,sys2, h); But for some reasons I would prefer the ident tool.
thanks in advance
  댓글 수: 1
Julian
Julian 2014년 8월 17일
Good question. I have same desire to be able to generate models programmatically and then call the ident gui to analyze them. I've tried saving data (data & model objects) to .mat files with .sid extension. But ident doesn't accept these files.
Any developments in this area?
-Julian

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

답변 (1개)

Rajiv Singh
Rajiv Singh 2012년 7월 23일
No, there is none. If you have saved a GUI session (.sid file) with certain systems and datasets, you can load that session by typing ident('sessionname')
You could alternatively figure out the command being run to produce the model (double clicking on the name of the model shows the code for estimating it). Then you could just run that command rather the use the GUI.
HTH Rajiv

카테고리

Help CenterFile Exchange에서 Linear Model Identification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by