inc

Increments variable in local workspace.
736 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 (2024). 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 Linux
Categories
Find more on Workspace Variables and MAT-Files in Help Center and MATLAB Answers
Acknowledgements

Inspired: IncVar

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0