How to restore built-in functions in toolbox to the original version
5 views (last 30 days)
Show older comments
I'm doing some tests so I edit some codes in the built-in functions of phased array toolbox. Not sure if I changed anything by mistake, so I want to restore it to what it looked like at the beggining. Is there some way to do it?
0 Comments
Answers (1)
John D'Errico
on 12 Jan 2023
Edited: John D'Errico
on 12 Jan 2023
NEVER EDIT MATHWORKS SUPPLIED FUNCTIONS.
A rule I use for my own code is, if you change it, you own it. Any future problems are yours.
Ok but now you want to restore it. If you have a backup of your drives, then just use the backup. No backup? WHY NOT?????? ALWAYS backup your files. All files.
I'd probably just be lazy and download the newest release of MATLAB, because I tend to be slow and always be a release behind anyway. But I think you can re-download just a specific toolbox in your license. Easier just to do the whole thing, as the download is fast. And that insures EVERYTHING will be properly recovered.
But just make backups from now on.
0 Comments
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!