Hello everyone, how can I plot the following six curves on a graph? More importantly, compare the similarity of the six curves.

1 visualización (últimos 30 días)
code:
load jizuobiao1.mat
f = fit(THETA1,RHO1,'smoothingspline','SmoothingParam',0.99);
plot(f,THETA1,RHO1)

Respuestas (1)

KSSV
KSSV el 8 de En. de 2021
Read about hold on to plot all the curves in a single plot...you can give legend ti differentiate the each curve. To get similiarity you can use corr.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by