Azzera filtri
Azzera filtri

nonsensical geoplot.m warnings?

2 visualizzazioni (ultimi 30 giorni)
Joshua Carmichael
Joshua Carmichael il 17 Dic 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?

Risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su Geographic Plots in Help Center e File Exchange

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by