Geraint Bevan
Followers: 0 Following: 0
Statistica
RANK
9.448
of 295.467
REPUTAZIONE
4
CONTRIBUTI
1 Domanda
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
3
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
pzmap(G+G) produces incorrect plot
Given a system with 2 zeros and 5 poles: s = tf('s') G = 8.75*(4*s^2+0.4*s+1)/((s/0.01+1)*(s^2+0.24*s+1)*(s^2/100+2*0.02*s/10+...
quasi 5 anni fa | 1 risposta | 0
1
rispostaRisposto
how to plot function with a sine input in Matlab (not in simulink)
Use the lsim function to apply an arbitrary input to a system. G = tf(1,[1,1]) t = [0:0.01:10] u = sin(t) [y,t] = lsim(G,u,t...
how to plot function with a sine input in Matlab (not in simulink)
Use the lsim function to apply an arbitrary input to a system. G = tf(1,[1,1]) t = [0:0.01:10] u = sin(t) [y,t] = lsim(G,u,t...
oltre 5 anni fa | 3