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

版本 1.1.0.0 (1.2 KB) 作者: Brenden Epps
fig executes: figure; hold on, box on, grid on,
284.0 次下载
更新时间 2012/6/11

查看许可证

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.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Interactive Control and Callbacks 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

updated Description

1.0.0.0