필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how can i import a 3 dimensional signal or data into simulink?

조회 수: 3 (최근 30일)
Sandy
Sandy 2014년 3월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
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.

답변 (1개)

nl2605
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.

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by