Does "live script" support "rotate3d" in the mlx file?
2 ビュー (過去 30 日間)
古いコメントを表示
Could I rotate my 3D figure in the live script as in a figure?
I ran
rotate3d
but it seems no change. My matlab version is 2019a.
0 件のコメント
回答 (1 件)
Payas Bahade
2020 年 5 月 28 日
Hi Wei,
Live scripts supports the 3D-rotation of figures. One can click on the generated output figure and this makes toolbar to appear and select the ‘rotate’ tool to rotate the figure as required.
‘rotate3d’ command can be used to turn the mode on/off for 3D-rotation in figures. Starting in R2018b, some rotate interactions are enabled by default, regardless of the rotate mode. If you want to disable these default interactions, then use the disableDefaultInteractivity function.
Hope this helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で 3-D Scene Control についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!