How can i plot multiple signals on an XY graph in simulink.

working on PV systems and need to enter different temperatures and irradiances and plot them on the same graphs for comparison. I need to plot something like the 2nd graph as opposed to the 1st

1 Comment

What you need is a normal scope block. You click it to show you the signal graph and then using the "file" option at the top left corner you set the nubmer of inputs to however many you like.

Sign in to comment.

Answers (3)

Take a look at hold on

4 Comments

That's for Matlab.
He wants to send multiple signals to the same scope,
but with an "XY Graph" scope block
instead of the standard scope block.
He friend, did you solve this? Thanks
Same problem here. I'd like to plot multiple pump curves in one plot.

Sign in to comment.

Now I have found a similar solution:
So: log your signals and add them to a xy-Plot in the simulation data inspector.

Asked:

on 15 Mar 2017

Community Treasure Hunt

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

Start Hunting!