Skip to content
New issue

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

Matrix dimensions must agree in <= statement #18

Open
iljamal opened this issue Aug 27, 2021 · 0 comments
Open

Matrix dimensions must agree in <= statement #18

iljamal opened this issue Aug 27, 2021 · 0 comments

Comments

@iljamal
Copy link

iljamal commented Aug 27, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant