Statistiques
2 Questions
0 Réponses
RANG
213 082
of 301 481
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 21 298
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 744
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
How can I represent this state space in MATLAB Code?
% Code A=[ 0 1 0 0 ; 0 0 -7sin(0.05) 0; 0 0 0 1; 0 0 0 -38;]; B=[ 0 0 0 71]'; c=[1 0 0 0]; f=s...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
I want to write this transfer function (0.7/s^2)*sin(0.05) in MATLAB code, but sine make it complicated. Kindly, how can I make that?
Can I write it as in this code? %code s=tf('s') g=(0.7/s^2)*sin(0.05) Thanks
environ 4 ans il y a | 1 réponse | 0

