What does plotStyle denotes in a structure logged from Scope?
1 view (last 30 days)
Show older comments
While using Simulink I am logging all my simulation results using Scope block. Logging tab in scope is configured to log data to workspace in form of "Structure With Time". After running the simulation inside of the structure that contains results of simulation, there is a signal structure which contains fields like values, dimensions, label, title and plotStyle. While I know the meaning first 4 fields, I can not find any documentation on what plotStyle stands for. In my experience some integer values are put inside, but I don't know how to use them. It looks like there is 0 when data should be shown using plot, and 1 when stairs function should be used but it is only my guess. I would be grateful if someone could tell me what contains the plotStyle field.
0 Comments
Accepted Answer
Swarooph
on 1 Aug 2017
Looks like it is used internally to convert between different types of logged data from the documentation page here. You don't really need to use it for something explicitly.
0 Comments
More Answers (0)
See Also
Categories
Find more on Sources in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!