필터 지우기
필터 지우기

Get the model output from system identification toolbox, send it to workspace

조회 수: 4 (최근 30일)
Hi,
I have general question about transferring data from system identification toolbox to workspace.
I have estimated my model using Nonlinear ARX - system identification toolbox in MATLAB and got my model. And then I want to transfer the result and graph from "Model Output" to workspace for further processing (plot it as MATLAB figure) but i don’t know how to call it especially the model output graph.
Need some step by step advices.
note: I have exported my model to workspace but I don’t know how to call the model output.
Thank you
Kind Regards
Imam

답변 (1개)

Vatsal
Vatsal 2024년 5월 9일
Hi,
I understand that you want to get the model's output in the workspace. First, ensure your model is exported to the workspace. You mentioned that this have been done, so model variable will be visible in the workspace. The next step involves using the 'compare' function to evaluate the model's performance.
Here is a general example of how to do so:
% Compare
compare(data, nlarx1);
Additionally, you have the option to save the result images directly from the results tab after the model has been estimated, an option to copy the image or to save the image should appear.
I hope this helps!

카테고리

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

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by