Borrar filtros
Borrar filtros

nonsensical geoplot.m warnings?

2 visualizaciones (últimos 30 días)
Joshua Carmichael
Joshua Carmichael el 17 de Dic. de 2021
Comentada: Joshua Carmichael el 17 de Dic. de 2021
I use geoplot.m with benign options:
loc = [49.7500 32.5000 -70.0000 -97.0000];
gx = geoaxes;
geolimits(gx, sort([loc(1),loc(2)]), sort([loc(3),loc(4)]) );
I sometimes receiver errors; sometimes I do not; this seems like an unstable bug of geoplot.m. When I do receive such errors, they have this form:
Warning: A value of class "double" was indexed with no subscripts specified. Currently
the result of this operation is the indexed value itself, but in a future release, it
will be an error.
> In matlab.internal.asynchttpsave/AsyncHTTPContentFileWriter/handleThreadIsFinishedEvent
In matlab.internal.asynchttpsave.AsyncHTTPContentFileWriter
In asyncio/Channel/onPropertyChanged (line 471)
In asyncio.Channel>@(source,data)obj.onPropertyChanged(data.Name,data.Value) (line 401)
I should add that my employer will buy me a new version (2021b), but this warning still fills up my screen and leads to reduced performance.
However, using the zoom features on the plot, or manipulating the figure in general also generates such errors. Is there a command I can issue that will "fix" this?

Respuestas (1)

Walter Roberson
Walter Roberson el 17 de Dic. de 2021
  1 comentario
Joshua Carmichael
Joshua Carmichael el 17 de Dic. de 2021
I will find out before January. Thank you for the answer, and the link.

Iniciar sesión para comentar.

Categorías

Más información sobre Geographic Plots en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by