Does webmap work within a standalone app?

2 visualizaciones (últimos 30 días)
SARA_User
SARA_User el 6 de Oct. de 2017
Respondida: Kojiro Saito el 7 de Oct. de 2017
When I compile a standalone app and test on a different computer, the webmap function does not work. There is an internet connection.

Respuestas (1)

Kojiro Saito
Kojiro Saito el 7 de Oct. de 2017
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

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by