How to make Nyquist Plot using data stored in matrices?

I have to make a Nyquist Plot from frequency response data. I have the real and imaginary parts of receptance stored in separate matrices and I have frequencies stored in an another matrix. How do I plot the pairs of real and imaginary parts of receptance against frequencies in MATLAB?

 채택된 답변

Prateek Rai
Prateek Rai 2020년 6월 19일
편집: Siddharth Jawahar 2020년 10월 27일

0 개 추천

As per my understanding, you are trying to make a nyquist plot from frequency response data.
You can determine a transfer function from your frequnecy response data using the “tfest” function from the System Identification Toolbox and then use the “nyquistplot” function in MATLAB to create Nyquist plot.
You can refer the following MATLAB documentation links on “nyquistplot” and “tfest” respectively for more details.

추가 답변 (0개)

카테고리

제품

릴리스

R2016a

태그

질문:

AR
2018년 5월 19일

편집:

2020년 10월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by