I will like to plot my output variables in a 3-D graph. I have not quite figure out how to do it.
Please find attached the matlab file. 't' is the time. 'Y1' and 'Y2' are the outputs.
Please see a template of the graph.

Antworten (1)

Simon Chan
Simon Chan am 6 Nov. 2022

0 Stimmen

Try function plot3
data = load('Output100.mat');
plot3(data.Y1,data.Y2,data.t);

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2022a

Gefragt:

am 6 Nov. 2022

Beantwortet:

am 6 Nov. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by