Statistiques
2 Questions
0 Réponses
RANG
164 963
of 301 296
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 225
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 832
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0