Creating a GUI?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Can someone look at the GUI I attached. The problem I'm having is getting my graphs to show up on the right graph. If you run the code and check a box to graph the function, it graphs it on the top graph, but I need it on the other one. Also, how can I get my derivatives generated in the table to look more clean. For example, the derivative of the first equation shows up as @(x)x.*2.0 in the table. How can I get that to look like 2x or 2*x, something more appealing than it is. Thanks so much for your help in advance.
댓글 수: 0
답변 (1개)
Azzi Abdelmalek
2016년 4월 15일
Specify the axes where you want to plot
plot(handles.axes1,t,y)
댓글 수: 1
Peyton T
2016년 4월 15일
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!