How to provide Matlab output(stream of 1s and 0s) as input to SIMULINK and view via a scope?Am new to Simulink

조회 수: 1 (최근 30일)
Working on a data packet. I have retrieved the packet via matlab code. Its a stream of 1 and 0s.I have to build a model in SIMULINK for that I need to provide these data as input to SIMULINK model. How could I do that and how can i veriffy it visually.Request assistance
  댓글 수: 1
prithish chand
prithish chand 2018년 8월 10일
Thanks a lot Mr.Dimitris Kalogiros. I tried both options, option (a)from workspace is a partial success as in it displays only 200 array values of my 240 array and has not displayed the very first value also. when I tried the option (B) simulink is not loading data view version 7. I changed the version but then it says that array has to be two dimensional or timeseries. How to solve this?. regards

댓글을 달려면 로그인하십시오.

채택된 답변

Dimitris Kalogiros
Dimitris Kalogiros 2018년 8월 9일
편집: Dimitris Kalogiros 2018년 8월 9일
You have two optons:
1) load your data directly from workspace into simulink, using "From Workspace" block
2) save your data into a mat-file and then use "From File" block
Both of these block are located inside standard Simulink library called "Sources"
For viewing your data , you can run the model and use a scope block.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Event Functions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by