Is it possible to use figure capabilities in axes on a GUI?

5 ビュー (過去 30 日間)
Alon Rozen
Alon Rozen 2016 年 11 月 10 日
コメント済み: Alon Rozen 2016 年 11 月 10 日
Hi all,
When I create a figure and plot some 3d graph I can use figure capabilities like 'Rotate 3D','Pan','Zoom in','Zoom out' and more. When I create axes inside a GUI (using GUIDE) and I plot the same graph I don't have these capabilities. Is it possible to include some of them for the axes in the GUI?
if not - is it possible to activate a callback function when, say, double clicking the plot in the GUI so I can code the creation of an additional figure in that callback function?
Thanks, Alon

採用された回答

Adam
Adam 2016 年 11 月 10 日
編集済み: Adam 2016 年 11 月 10 日
You can add in the default or a custom toolbar in GUIDE from the menu options.
Tools -> Toolbar Editor
You can also use the functionality programmatically from your own buttons or controls.
  2 件のコメント
Brendan Hamm
Brendan Hamm 2016 年 11 月 10 日
Alon Rozen
Alon Rozen 2016 年 11 月 10 日
Adam and Brendan thank you so much :) This is more then solving my problem. I learned a new concept!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by