how do I resolve this warning: Function Warning: Name is nonexistent or not a directory: /MATLAB Drive/./lib ?

조회 수: 2 (최근 30일)
Warning: Function Warning: Name is nonexistent or not a directory: /MATLAB Drive/./lib
> In path (line 109)
In addpath (line 86)
In addpath (line 47)
In submit (line 2)
Warning: Function Warning: Name is nonexistent or not a directory: /MATLAB Drive/./lib/jsonlab
> In path (line 109)
In addpath (line 86)
In addpath (line 47)
In submitWithConfiguration (line 2)
In submit (line 35)
'parts' requires one of the following:
Navigation Toolbox
Robotics System Toolbox
Sensor Fusion and Tracking Toolbox
Error in submitWithConfiguration (line 4)
parts = parts(conf);
Error in submit (line 35)
submitWithConfiguration(conf);
I am getting this while giving "submit()" command on matlab online. I am unable to submit my work due to this error. Please help me resolve this issue.
Thank You
  댓글 수: 5
Saraswatula Sai Pavan Sastry
Saraswatula Sai Pavan Sastry 2019년 9월 21일
Hello
I would like to know if you are using Matlab Online for submitting assignments? Based on the answer I can tell you a way to resolve this issue.
Thank you

댓글을 달려면 로그인하십시오.

답변 (5개)

Mansi Patel
Mansi Patel 2019년 10월 12일
hello, I got the same error. Is there any solution.
if yes let me know as soon as possible.
Thank you,
Mansi

Haitao Jiang
Haitao Jiang 2019년 10월 24일
I also meet the same problem,expecting an effective solution~~

Charles Morier
Charles Morier 2019년 10월 28일
Change the name of the parts function in line 92 of submitWithConfiguration.m, e.g., parts2 and run.
  댓글 수: 1
Indira Zankina
Indira Zankina 2020년 3월 20일
It did not helped
submitWithConfiguration
Warning: Function Warning: Name is nonexistent or not a directory: /MATLAB Drive/./lib/jsonlab
> In path (line 109)
In addpath (line 86)
In addpath (line 47)
In submitWithConfiguration (line 2)
'parts' requires one of the following:
Automated Driving Toolbox
Navigation Toolbox
Robotics System Toolbox
Sensor Fusion and Tracking Toolbox
Error in submitWithConfiguration (line 4)
parts = parts(conf);

댓글을 달려면 로그인하십시오.


Aditya Saini
Aditya Saini 2020년 4월 10일

oscar ramirez
oscar ramirez 2021년 8월 13일
Firt you need to download all the excesices from here: https://www.coursera.org/learn/machine-learning/supplement/rANSM/access-to-matlab-online-and-the-exercise-files-for-matlab-users (ex1-ex8-matlab.zip), next you have to download the updated matlab submission scripts from here: https://www.coursera.org/learn/machine-learning/supplement/j9NbY/please-read-if-you-ve-switched-from-the-original-version, extract each one and replace in the original exercise folder the files submit.m and lib/submitWithConfiguration.m . After that as last step go to Matlab online and do right click on ex1 folder and select "open" after that write in the commant line window the "submit" commant.

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by