photo

Shuai Wang


Last seen: nästan 5 år ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
155 325
of 300 365

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

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...

nästan 6 år ago | 1 answer | 0

1

answer

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; syms s; H1=[1/s,2/s;3/s,4/s]; [V,D]=eig(H1); D nyquist(D); The error message is as f...

nästan 6 år ago | 1 answer | 0

1

answer