error in geoglobe function: "Unrecognized function or variable 'geoglobe'"

Hello,
When I type
h = uifigure;
g = geoglobe(h);
into my MATLAB R2020a script and run it, an error occurs: Unrecognized function or variable 'geoglobe'. Does anyone know why this is?

2 件のコメント

David Hill
David Hill 2020 年 6 月 18 日
Do you have the mapping toolbox?
Libby Fleming
Libby Fleming 2020 年 6 月 18 日
I did not. Thanks for the info!

サインインしてコメントする。

回答 (1 件)

Cris LaPierre
Cris LaPierre 2020 年 6 月 18 日
編集済み: Cris LaPierre 2020 年 6 月 18 日

1 投票

The geoglobe function is part of the Mspping Toolbox. Do you have that installed? In your Command Window type ver and press Enter. Does it appear on the list?
Have you created a variable called geoglobe? In your Command Window, type clear geoglobe and then try your code again.

カテゴリ

ヘルプ センター および File ExchangeCloud Integrations についてさらに検索

タグ

質問済み:

2020 年 6 月 18 日

編集済み:

2020 年 6 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by