Adding a folder to the MATLAB path
5 次查看(过去 30 天)
显示 更早的评论
Good morning everyone. Every time i try to use "syms", matlab returns an error saying "syms" is not found in the current path, but can be added to it. I do what matlab suggests and it all works. However, this "adding syms to the current path" lasts only for the current section. Anytime I close matlab I have to do it again. Is there anyway to add "syms" to the current folder on start up?
0 个评论
采纳的回答
Ameer Hamza
2020-4-28
syms should be on the path by default. It seems like you have messed up the MATLAB paths. You can try to restore them by running this command: https://www.mathworks.com/help/matlab/ref/restoredefaultpath.html
restoredefaultpath
6 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!