fig executes: figure; hold on, box on, grid on,
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 (2023). 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
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.