figuresc
Versione 1.0.0.0 (1,57 KB) da
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
Cita come
Steve Hoelzer (2025). figuresc (https://it.mathworks.com/matlabcentral/fileexchange/23428-figuresc), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2008a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Test and Measurement in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
