geoaxes, geoscatter does not work
2 ビュー (過去 30 日間)
古いコメントを表示
I would like to use geoaxes and geoscatter() as in the example on
https://de.mathworks.com/help/matlab/ref/ginput.html
but I get the error message that the function is undefined. What can I do to be able to use ist?
Interestingly, geoshow() works. I installed the mapping toolbox
0 件のコメント
回答 (6 件)
David Wilson
2019 年 4 月 10 日
Try the which function. This will tell you if the function exists on your path.
>> which geoshow
C:\Program Files\MATLAB\R2018b\toolbox\map\map\geoshow.m
>> which geoaxes
C:\Program Files\MATLAB\R2018b\toolbox\matlab\graphics\maps\geoaxes.m
>> which geoscatter
C:\Program Files\MATLAB\R2018b\toolbox\matlab\graphics\maps\geoscatter.m
0 件のコメント
David Wilson
2019 年 4 月 10 日
The function geoaxes was introduced in 2018b. What is your version? Type >> ver.
0 件のコメント
David Wilson
2019 年 4 月 10 日
Correct, you'll need to upgrade to use this functionality.
(I think the mapping toolbox does replicate this to some degree though.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Other Formats についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!