필터 지우기
필터 지우기

data stored in workspace

조회 수: 2 (최근 30일)
andoni
andoni 2011년 5월 18일
Hi, i have a 5x70 matrix in my workspace, the first row is the time and the others represent four bits. I want to read the data of the four bits but from one FromWorkspace block. (Block FromWorkspace)---data1 ---data2 ---data3 ---data4 How can i do it?

채택된 답변

Arnaud Miege
Arnaud Miege 2011년 5월 18일
If you look at the documentation for the From Workspace block, you'll see that when using a two-dimensional matrix, the first column is time, and the subsequent columns the data. You therefore need to parameterize the block with the transpose of your matrix.
HTH,
Arnaud

추가 답변 (0개)

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by