How to add a graph with axes in a GUI

조회 수: 2 (최근 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 CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by