"Arrays have incompatible sizes for this operation" error

8 次查看(过去 30 天)
As you can see in the attached photo, all of my arrays have the same size (3600 x 3601). So, I don't understand how I keep getting this error.

回答(1 个)

the cyclist
the cyclist 2024-6-3
It's difficult to know for sure, but I'm guessing those are the variables as they exist in the workspace, outside the function.
Inside the function, you are loading the variables. Are you sure they are all the same size inside of those *.MAT files? Try putting a breakpoint at line 11 of your code, and see what the variable sizes are there.
Can you upload the files here (and your actual code, not a screenshot), so we can try?
  7 个评论
Jacey
Jacey 2024-6-3
Okay, but I don't know how to resample my data where the height and width will be changed to the correct values. I did not create the array manually. My array (the one with the off dimensions) was created from data from a GeoTiff file that I am not able to change.
I don't know. Maybe it's a lost cause.
Steven Lord
Steven Lord 2024-6-3
Take a look at the imresize function and/or this example from the interpolation documentation. If you're using Mapping Toolbox there may be functions you can use in that product as well, ones that are designed specifically for working with geographic data. Maybe georesize?

请先登录,再进行评论。

类别

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