3D array manipulation Simulink
10 ビュー (過去 30 日間)
古いコメントを表示
I'm using the Simulink and the "Constant block" to read a 3D matrix (row,column,page) in the workspace. I want to select one page of this 3D matrix on the Simulink, and this selection will change accord with the output of the others blocks in the simulation.
Summarizing:
- I have one (r,c,p) matrix in Simulink;
- I want to select p=1,2,3...; (HELP HERE)
- I will use the "squeeze block" to remove the singleton dimension (in p);
- I will use this (r,c) matrix in my other part of the simulation.
0 件のコメント
採用された回答
その他の回答 (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!