photo

Shuai Wang


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


An error is reported when plotting the Nyquist curve with matlab. Please help me to see the problem and how to modify it?
The code show as below: clc;clear; %The relevant parameters of series part H=6.4; Dp=1140; K=5; Dq=150; wn=2*pi*50; T1=1...

4 years 前 | 1 个回答 | 0

1

个回答

提问


An error is reported when plotting the Nyquist curve with matlab. Please help me to see the problem and how to modify it?
The code show as below: clc;clear; syms s; H1=[1/s,2/s;3/s,4/s]; [V,D]=eig(H1); D nyquist(D); The error message is as f...

4 years 前 | 1 个回答 | 0

1

个回答