How can I add axis labels directly to a plot in Simulink Data Inspector?
14 views (last 30 days)
Show older comments
MathWorks Support Team
on 1 Feb 2024
Answered: MathWorks Support Team
on 22 Feb 2024
I am using Simulink Data Inspector to evaluate my simulation data. I want to add a label to the X-axis similar to the 'xlabel' command in MATLAB.
Is there a way to do this in the Simulink Data Inspector UI or to update the plot programmatically?
Accepted Answer
MathWorks Support Team
on 1 Feb 2024
The ability to add axis labels is not an available feature in Simulink Data Inspector.
However, to work around this issue you can save the plot to a MATLAB figure and then manipulate the saved figure with MATLAB commands or in the figure window.
0 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!