how to display all values

1 view (last 30 days)
nkumar
nkumar on 16 Jan 2013
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

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 16 Jan 2013
Edited: Azzi Abdelmalek on 16 Jan 2013
Use two constant blocks and set values to w and s
  6 Comments
Azzi Abdelmalek
Azzi Abdelmalek on 17 Jan 2013
In to workspace block use
[1 b w]
%or for r
[1 r]
Azzi Abdelmalek
Azzi Abdelmalek on 19 Jan 2013
The first value of the array corresponds to a time stamp

Sign in to comment.

More Answers (1)

Ryan Livingston
Ryan Livingston on 16 Jan 2013
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.

Categories

Find more on Simulink Functions in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!