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

fig executes: figure; hold on, box on, grid on,
283 Downloads
Updated 11 Jun 2012

View License

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.

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Interactive Control and Callbacks in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

updated Description

1.0.0.0