How can i plot multiple plots with respect to date in matlab for forecasting problem ?

1 visualización (últimos 30 días)
How can i plot multiple plots with respect to date in matlab for forecasting problem ?
i used ,
fitPlot(testdates, [target_test op_test], error);
but gives me error
kindly advice

Respuestas (1)

Peter Perkins
Peter Perkins el 19 de Nov. de 2020
No reason why something like this
plot(datetime(2020,11,18:30),rand(3,13))
should not work.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by