Statistics
2 Questions
0 Answers
RANK
162,493
of 301,440
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,282
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,580
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0