how do i open wrl file in app designer?

2 visualizaciones (últimos 30 días)
farzad moosavizade
farzad moosavizade el 3 de Abr. de 2020
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 comentarios
Birdman
Birdman el 3 de Abr. de 2020
Can you share your code?
farzad moosavizade
farzad moosavizade el 3 de Abr. de 2020
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

Iniciar sesión para comentar.

Respuestas (1)

FRANCISCO JOSÉ DEL MORAL CONDE
FRANCISCO JOSÉ DEL MORAL CONDE el 29 de Abr. de 2020
I have the same problem, did you solve it?

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by