739 Downloads
Updated
15 Jan 2004
No License
INC is a function designed to simplify increments of variables. For example,
"inc my_variable_name"
produces the same result as
"my_variable_name = my_variable_name + 1;"
but takes a lot less time to write out.
"inc variable 5" will increment VARIABLE by 5 (any arbitrary value OK)
INC works on a variable in the local workspace, be it the base workspace or within a function, without producing any output to the command line.
Cite As
Jeffrey Johnson (2026). inc (https://www.mathworks.com/matlabcentral/fileexchange/4366-inc), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R13
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Workspace Variables and MAT Files in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: IncVar
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
