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!