Renaming a Function in a MATLAB Project
Here I want to rename one of my functions. Traditionally, this would involve manually updating any references to the function in my code base with a multi-file find and replace. Luckily, the function is part of a MATLAB project which knows the dependencies between files, so I should be able to update it automatically. Lets see.
Features covered in this code-along style video include:
Play the video in full screen mode for a better viewing experience.
- Category:
- Code-Along,
- Format: Video
Comments
To leave a comment, please click here to sign in to your MathWorks Account or create a new one.