Seeking help for find matrix A,B,C, D for a space rappresentation
1 次查看(过去 30 天)
显示 更早的评论
Hello guys!!
i need to find the space rapresentation( matrix A, B ,C. D) for this system:
m1 = 1;
m2 = 1;
m3 = 1;
k0 = 100
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1527601/image.png)
plss help me finding the matrix..
1 个评论
回答(1 个)
Sam Chak
2023-11-2
Aha! Now I understand your fundamental issue. Your mathematics teacher should have covered this matrix topic.
Were you provided with this state-space information in your previous Question? The code for describing the full state-space was also provided in my Answer. I hope you have checked it out thoroughly, not simply brushed through it. The equations in your image represent just a portion of the full state-space, which is boxed in red in the image below.
I actually wonder why your math teacher taught you Kalman Decomposition Matrices first, before teaching you the "State-space representation of scalar differential equation systems." Try working with my code, and then paste your code here.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1527756/image.png)
2 个评论
Sam Chak
2023-11-3
It's good to be cautious when dealing with engineering problems. If you are working in a simulation environment, you can test your ideas and perform an analysis on the system to evaluate whether the designed observer is effective or not. If you encounter any difficulties, please remember to share your MATLAB code so that practitioners in the Control System Toolbox can help with the checking.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dynamic System Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!