how do i open wrl file in app designer?

조회 수: 2 (최근 30일)
farzad moosavizade
farzad moosavizade 2020년 4월 3일
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
Birdman
Birdman 2020년 4월 3일
Can you share your code?
farzad moosavizade
farzad moosavizade 2020년 4월 3일
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
FRANCISCO JOSÉ DEL MORAL CONDE 2020년 4월 29일
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