how to plot a two signal on same axes?

Illustration
hardikisharma2 - 2020-09-12T13:15:10+00:00
Question: how to plot a two signal on same axes?

i am generating two signal and i want to plot on same axes.

Expert Answer

Profile picture of Prashant Kumar Prashant Kumar answered . 2025-11-20

plot( first_list_of_times, first_list_of_signal, second_list_of_times, second_list_of_signal )

Or

plot( first_list_of_times, first_list_of_signal);
hold on
plot( second_list_of_times, second_list_of_signal);


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!