Interactive plot without gui

2 visualizaciones (últimos 30 días)
Jason Golightly
Jason Golightly el 1 de Mzo. de 2016
Respondida: Walter Roberson el 2 de Mzo. de 2016
I am being asked to plot the Fermi-Dirac Function by using an interactive energy level, with an initial energy level being pre-plotted. Is it possible to do this without using GUI? I have the GUI way figured out but I fear it is not at all what I am being asked to do.

Respuestas (1)

Walter Roberson
Walter Roberson el 2 de Mzo. de 2016
In MATLAB, "GUI" is the same thing as "figure" (and both are the same thing as "window"). Figures / windows / GUI can contain controls and/or drawing areas. So plotting without a GUI would require plotting without a figure, which would require plotting to the command window, which would require "line art", which is pretty tacky.

Categorías

Más información sobre Creating, Deleting, and Querying Graphics Objects en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by