Does webmap work within a standalone app?

2 ビュー (過去 30 日間)
SARA_User
SARA_User 2017 年 10 月 6 日
回答済み: Kojiro Saito 2017 年 10 月 7 日
When I compile a standalone app and test on a different computer, the webmap function does not work. There is an internet connection.

回答 (1 件)

Kojiro Saito
Kojiro Saito 2017 年 10 月 7 日
webmap is deployable from R2016b and you can create standalone application with webmap. One point is, webmap window will be closed soon, so you need to keep it open.
Here is a very simple example to test webmap as a standalone application. By using while loop, webmap keeps open.
function webmapDeploy
wm = webmap;
while 1
end
end

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by