How to plot a Structure with Time?

Hi! I have saved some data from a simulink's scope in a "Structure with Time" variable. I know that to plot the different signals the statement is:
>> plot(VarName.time, [VarName.signals.values])
However I would also like to plot the name of each signal, which is also saved in the variable in VarName.signals.title
Does someone know how to do this?
Thank you for your attention!
Best regards
Fernando Belda

Respuestas (1)

Yongjian Feng
Yongjian Feng el 4 de Nov. de 2021
Add a title to your plot
title(VarName.signals.title)

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Productos

Versión

R2021a

Preguntada:

el 4 de Nov. de 2021

Respondida:

el 4 de Nov. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by