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.

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 15 de Abr. de 2016

0 votos

Specify the axes where you want to plot
plot(handles.axes1,t,y)

1 comentario

Peyton T
Peyton T el 15 de Abr. de 2016
Thanks, cant believe I didnt get that. Do you know how I could get my equations to look cleaner in the table.

La pregunta está cerrada.

Etiquetas

Preguntada:

el 15 de Abr. de 2016

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by