Plotting in GUI
조회 수: 1 (최근 30일)
이전 댓글 표시
I am trying to plot mulitiple graphs in a GUI.
I'm using this code
plot(x, y, 'Parent', handles.Force)
plot(a, b, 'Parent', handles.Angle)
Can anyone tell me how I can name the respective graphs Force and Angle?
Thanks
댓글 수: 0
답변 (2개)
Naz
2011년 11월 26일
1) Drug two axis objects onto the gui 2) Double click on each and change the tag property name to Force and angle resepctively.
댓글 수: 3
Naz
2011년 11월 26일
I don't understand 'Similarly I am unable to change the names of the axis'. After you double click on the axis, property inspector window should pop-up. Change the string 'axis1' to 'Force' in property 'tag'. And don't forget to save changes on the figure.
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!