フィルターのクリア

How to add a graph with axes in a GUI

5 ビュー (過去 30 日間)
Amanda
Amanda 2022 年 11 月 4 日
回答済み: Voss 2022 年 11 月 4 日
Im trying to add a graph with axes from 1 to 1 into a GUI. The GUI has three buttons at the bottom and i need to add the graph above it. I tried using uifigure but it doesnt quite work. im not sure if that is what i am suppose to be using to get this but below is what I have so far.
The graph with the axes needs to be above these three buttons in the figure

回答 (1 件)

Voss
Voss 2022 年 11 月 4 日
my_axes = axes('Units','normalized','Position',[0.05 0.3 0.9 0.65]);

カテゴリ

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