Editing CSFUNC, not working without C,D matrices

3 次查看(过去 30 天)
I am trying to implement a continious function using S function, i tried editing csfunc file in toolbox/simulink/blocks
but the file is not working without C and D matrix . I have only A and B matrices of the system and i need to calculate dx/dt=Ax+Bu
As output i need the state vector x
I am learning to implement Sfunction and will highly appreciate your help,Thank you,Have a nice day
  1 个评论
Kaustubha Govind
Kaustubha Govind 2011-10-28
Please explain what you mean by "the file is not working without C and D matrix"? Have you eliminated all uses of 'C' and 'D'? What error/incorrect behavior do you see?

请先登录,再进行评论。

采纳的回答

Omur
Omur 2011-11-21
C and D matrices are necessary in a state-space representation, you cannot skip them. But they are easy to find.
As you said, your output is your state vector. So this makes C = identity matrix the size of your state vector and D=0.

更多回答(1 个)

reen2015
reen2015 2011-11-30
Thank u kastubha and omur. i got it correct.

类别

Help CenterFile Exchange 中查找有关 Block and Blockset Authoring 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by