Dear All,
I am trying to do Bias Correction using MLToolbox in MATLAB.
I use the following code as attached below, while running it I get the following error:
"Dot indexing is not supported for variables of this type."
Error in downTrain (line 104)
model.dmn = ptr.meta;
Error in untitled1 (line 29)
[model_Precip,Ypred_Precip]=downTrain(ptrPrecip,ptnPrecip,method,'datesTrain',datesTrain);
Can anyone help me out with this.
Thank you :-)