fig executes: figure; hold on, box on, grid on,

fig executes: figure; hold on, box on, grid on,
284 descargas
Actualizado 11 jun 2012

Ver licencia

fig executes: figure; hold on, box on, grid on,

Inputs:

H (optional) handle to an existing figure.

If H is given... fig(H); executes: figure(H); hold on, box on, grid on,
If H is not given... H = fig; executes: H = figure; hold on, box on, grid on,

The only point of this function is to save key strokes. If you use Matlab often and you value your time, then this function may appeal to you.

Citar como

Brenden Epps (2024). fig executes: figure; hold on, box on, grid on, (https://www.mathworks.com/matlabcentral/fileexchange/37065-fig-executes-figure-hold-on-box-on-grid-on), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

updated Description

1.0.0.0