Community Profile

photo

taleem mat


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答