Why does the command "edit <filename>" return the error "Unable to edit '<filename>'. Editing namespace folders using the EDIT function is not supported"?
Show older comments
I want to edit the file "<MATLAB path>/toolbox/wavelet/core/wavelet/@cwtfilterbank/wt.m" using the "edit" command. However, the command
edit wt
gives the error
Error using edit (line 69)
Unable to edit 'wt'. Editing namespace folders using the EDIT function is not supported.
However, "<MATLAB path>/toolbox/wavelet/core/wavelet/@cwtfilterbank/wt.m" is not a namespace folder. Why am I receiving this error and how do I edit my desired file?
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Report Generator 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!