How to extract elements of a matrix coming as output from a simulink block?
9 ビュー (過去 30 日間)
古いコメントを表示
I have created a MATLAB Function block in my simulink model which takes 6 input Forces(I separately input all the 6 Forces) and many other constant values. The outputs i get are a matrix and 2 vectors. Can i pass the matrix and vectors directly to another matlab function block which is expecting a matrix input?Else, how do i access the matrix elements and construct a new matrix and then pass it to my second matlab function block?
0 件のコメント
回答 (1 件)
Birdman
2018 年 6 月 5 日
See the attached example. I made necessary explanations on the Simulink model. Check the contents of the MATLAB Functions.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!