figuresc
Versión 1.0.0.0 (1.57 KB) por
Steve Hoelzer
Create a figure scaled relative to screen size. It's an easy way to make non-default size figures.
figuresc(w,h) creates a normal figure except that figure size is adjusted by scaling factors for width and height, w and h. Scaling factors have a range of 0.0 <= X < 1.0, and are relative to screen size.
figuresc(s) makes width and height scaling factors both equal to s.
h = figuresc(...) returns a handle to the figure.
Demo code (and fun too!)
for x = 0.9:-0.1:0.1, figuresc(x), end
Citar como
Steve Hoelzer (2023). figuresc (https://www.mathworks.com/matlabcentral/fileexchange/23428-figuresc), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2008a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |