photo

taleem mat


Last seen: presque 4 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

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

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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éponse

Question


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

1

réponse