how to display all values

조회 수: 1 (최근 30일)
nkumar
nkumar 2013년 1월 16일
I workspace i have variables as
W=1 2 3 4
S=3 6 8 0
i used from workspace block and used parameter as [W S] and a display block,but only first value is displayed,how to display all four values in display block

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 1월 16일
편집: Azzi Abdelmalek 2013년 1월 16일
Use two constant blocks and set values to w and s
  댓글 수: 6
Azzi Abdelmalek
Azzi Abdelmalek 2013년 1월 17일
In to workspace block use
[1 b w]
%or for r
[1 r]
Azzi Abdelmalek
Azzi Abdelmalek 2013년 1월 19일
The first value of the array corresponds to a time stamp

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

추가 답변 (1개)

Ryan Livingston
Ryan Livingston 2013년 1월 16일
You can resize the block by dragging one of the corners as you would resize a window. That will allow it to show more values.
under "Resizing Options" has more info.

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by