필터 지우기
필터 지우기

nonsensical geoplot.m warnings?

조회 수: 2 (최근 30일)
Joshua Carmichael
Joshua Carmichael 2021년 12월 17일
댓글: Joshua Carmichael 2021년 12월 17일
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?

답변 (1개)

Walter Roberson
Walter Roberson 2021년 12월 17일
  댓글 수: 1
Joshua Carmichael
Joshua Carmichael 2021년 12월 17일
I will find out before January. Thank you for the answer, and the link.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Geographic Plots에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by