how to add folder to matlab Path
조회 수: 12 (최근 30일)
이전 댓글 표시
I am taking a course via coursera in aerial Robotics, We were given san assignment via zip fike, I extracted the file and uploaded the file on the leftside
> runsim
Warning: Function Warning: Name is nonexistent or not a directory: /MATLAB Drive/New Folder (2)/HereitIs/utils
> In path (line 109)
In addpath (line 86)
In addpath (line 47)
'sys_params' is not found in the current folder or on the MATLAB path, but exists in:
/MATLAB Drive/New Folder/New Folder (2)
Change the MATLAB current folder or add its folder to the MATLAB path.
Error in height_control (line 8)
params = sys_params;
Error in runsim (line 17)
[t, z] = height_control(trajhandle, controlhandle);
I gone through youtube and tried all their tutotial on how to chane directory ND ADD DIRECTORY and still getting the same error
Please kindly help me.
Thanks
댓글 수: 5
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!