Hi,
I created a Process Model with System Identificaion Toolbox and received a PT2 Transfer function with delay. I exported it to Matlab and received an idproc Model. Now, I wanted to do a Nyquist plot with it, which didn't work. I know that it probably will work if I extract the parameters and build a transfer function with it by myself. I wanna know if it's also working with the idproc element or if there is a fast command to build a transfer function with it.
Thanks in Advance!

댓글 수: 1

Paul
Paul 2021년 9월 16일
edit: it works perfectly fine when there is no other figure open

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

 채택된 답변

Khaled Aljanaideh
Khaled Aljanaideh 2021년 9월 17일

1 개 추천

Hi Paul,
You can convert an idproc model to a transfer function model simply using the command tf(PT2_Td), where PT2_Td is the idproc model. I tried my self to create a Nyquist plot using the command nyquist(PT2_Td) and I did not see any problems.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Linear Model Identification에 대해 자세히 알아보기

제품

릴리스

R2021a

질문:

2021년 9월 16일

답변:

2021년 9월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by