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 Center および File ExchangeDevelop 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