
figure - Create figure window - MATLAB - MathWorks
This MATLAB function creates a new figure window using default property values.
Figure - Figure window - MATLAB - MathWorks
A figure is a container for graphics or apps. Use the Figure object to modify the appearance and behavior of a figure after you create it.
plot - 2-D line plot - MATLAB - MathWorks
This MATLAB function creates a 2-D line plot of the data in Y versus the corresponding values in X.
gcf - Current figure handle - MATLAB - MathWorks
It is typically the last figure created or the last figure clicked with the mouse. User interaction can change the current figure. If you need to access a specific figure, store the figure handle in …
Why do i get a figure window that is completely blank
Mar 22, 2025 · So in matlab 2025, I have discovered that if I have my figures undocked when starting up. Even if a plot has previously run and displayed correct. the figure will come up …
uifigure - Create figure for designing apps - MATLAB - MathWorks
This MATLAB function creates a figure for building a user interface and returns the Figure object.
Export Figures for Use in Other Applications - MATLAB & Simulink
To export figures and plots for use in documents and other applications, use the exportgraphics function to save your content in a file, or use the copygraphics function to copy your content to …
how can figure renderer be changed in Matlab 2025a?
Dec 1, 2025 · I have recently updaged to 2025a from 2024b and immediately noticed a rather degraded figure quality. They look like some very pixelated plots from the 90s. Even the …
fontsize - Change font size for objects in a figure - MATLAB
This MATLAB function sets the font size and font units for all of the text within the current figure.
figure won't come up after using plot - MATLAB Answers
May 15, 2011 · I am fairly new to MATLAB. In the past I've been able to plot with no trouble. A figure would automatically come up after I used "plot". Now when I plot, no figure appears. …