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

조회 수: 1 (최근 30일)
NN
NN 2020년 10월 23일
답변: Peter Perkins 2020년 11월 19일
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개)

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

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by