필터 지우기
필터 지우기

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 CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by