I have a data which changes for every 10% increase and I want to input data to get entire graph for all values in simulink without adding single constant block & change manual

1 view (last 30 days)
I have a data which changes for every 10% increase and I want this varying input data to get entire graph for all values in simulink without adding single constant block & changing manually, and get only that constant value graph instead of entire data from the sheet.
  1 Comment
Manikanta Aditya
Manikanta Aditya on 6 Apr 2024
You can use the XY Plot feature in Simulink to visualize your varying input data.
If you want to plot the results of multiple simulations, you can use the MultiPlot Graph block. This block displays signals in a MATLAB figure window generated when you simulate the model. At each subsequent simulation, the block adds a new line to the figure, cycling through seven colors. This allows you to view the results of multiple simulations on a single MATLAB figure. Plot results of multiple simulations - Simulink (mathworks.com)
Hope this helps.

Sign in to comment.

Answers (0)

Categories

Find more on General Applications in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!