We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems like calculating the climatologies is too advanced for the Matlab 2015a
_Error using <= Matrix dimensions must agree.
Error in detect (line 179) m90(:,:,i) = quantile(temp_clim(:,:,any(ind_fake'>=(ind_fake(fake_doy == i)-vWindowHalfWidth) & ind_fake' <= (ind_fake(fake_doy ==i)+vWindowHalfWidth),2)),vThreshold,3);_
On a Matlab 2020a this error did not appear.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seems like calculating the climatologies is too advanced for the Matlab 2015a
_Error using <=
Matrix dimensions must agree.
Error in detect (line 179)
m90(:,:,i) = quantile(temp_clim(:,:,any(ind_fake'>=(ind_fake(fake_doy == i)-vWindowHalfWidth) & ind_fake' <=
(ind_fake(fake_doy ==i)+vWindowHalfWidth),2)),vThreshold,3);_
On a Matlab 2020a this error did not appear.
The text was updated successfully, but these errors were encountered: