Info
この質問は閉じられています。 編集または回答するには再度開いてください。
how can i import a 3 dimensional signal or data into simulink?
1 回表示 (過去 30 日間)
古いコメントを表示
I have a 3 dimensional matrix which is the signal I want to process in simulink .the first dimension is the number of examples, the second dimesion is the number of channels and the 3rd dimension is the samples. Since i am a beginner in simulink can anyone please tell me how can i import such a data into simulink.
0 件のコメント
回答 (1 件)
nl2605
2014 年 3 月 14 日
Use a 'From Workspace' block to get the data from MATLAB workspace into Simulink. Then you can separate it or simply use 'InPort' block. If you use a 'From Workspace' block then you can use a Demux. You can find other Signal Routing options in Signal Routing.
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!