Call a Matlab file as a library in other functions
1 次查看(过去 30 天)
显示 更早的评论
Hello guys, I am pretty new to MATLAB so I need help. So basically I am converting a python code to MATLAB. Now, I have coded a function in a script file and saved it as Config.m. Now, I want to use the function in my main program so I need to import it...How to do it? If it's python I could directly use Import function but it's not working on MATLAB. HELP ME OUT PLEASE
0 个评论
回答(1 个)
colordepth
2023-7-10
The following links should be useful to you.
When you call a function, MATLAB automatically looks through all the folders in the MATLAB path to find a .m file that matches the function name.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call Python from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!