Why am I getting an error when running this R2024a example in R2023b?
4 次查看(过去 30 天)
显示 更早的评论
I'm trying to run this example in R2023b. I'm looking for the "Area" data that is in the R2024a example and is not in the R2023b example.
The error occurs when calling this function:
function GT = contourDataGrid(latd,lond,data,levels,proj).
The error occurs in this command:
Area = area(Shape);
Error using area
Input arguments must be numeric, datetime, duration, or categorical.
I'm not noticing any command specific to R2024a that could not be used in R2023a.
Thanks for your help!
0 个评论
采纳的回答
Star Strider
2024-4-2
2 个评论
Star Strider
2024-4-2
As always, my pleasure!
I was surprised to find it, since I thought it was another, well-established, area function.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 CubeSat and Satellites 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!