how do i open wrl file in app designer?

2 次查看(过去 30 天)
hi i want to open wrl file (vrml) in app designer in axes or in my app but that s open in another figure ?
  2 个评论
farzad moosavizade
vrsetpref('DefaultViewer', 'internalv5')
set(gcf,'Units','pixels');
w = vrworld('SPAD_S200.wrl');
vrview('SPAD_S200.wrl','-web')
c1=vr.canvas(w, gcf, [20 50 560 520]);
set(c1,'Units','normalized')
but wen run my code it shows in figure not in my app

请先登录,再进行评论。

回答(1 个)

FRANCISCO JOSÉ DEL MORAL CONDE
I have the same problem, did you solve it?

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by