Error using griddedInterpolant.Grid coordinate arrays have inconsistent size.
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MattyK
el 14 de Feb. de 2019
Comentada: MattyK
el 15 de Feb. de 2019
Good day
Kindly help
I am trying to use griddedInterpolant on my gridded data with the following dimensions:
latitudes length = 129
longitude length = 161
size(data) = 129 161
> F = griddedInterpolant(lat,lon,data);
Kindly suggest what I can do to get rid of the error. Thanks.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!