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

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

1 Comment

If it gives you an error you should use different code or different data.

Sign in to comment.

Answers (1)

No reason why something like this
plot(datetime(2020,11,18:30),rand(3,13))
should not work.

Categories

Find more on Mathematics in Help Center and File Exchange

Tags

Asked:

NN
on 23 Oct 2020

Answered:

on 19 Nov 2020

Community Treasure Hunt

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

Start Hunting!