how do I resolve this warning: Function Warning: Name is nonexistent or not a directory: /MATLAB Drive/./lib ?
Mostrar comentarios más antiguos
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 comentarios
Saraswatula Sai Pavan Sastry
el 19 de Sept. de 2019
Shekhar Raj
el 19 de Sept. de 2019
Hello, I am also facing the similar issue -
submit()
'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 45)
submitWithConfiguration(conf);
=======================================
Please let me know how to reslove this. I am using the MATLAB online.
Prakhar Bhatnagar
el 20 de Sept. de 2019
I am still facing the issue, is there any solution
Saraswatula Sai Pavan Sastry
el 21 de Sept. de 2019
Yogesh Patil
el 28 de Sept. de 2019
yes
Respuestas (5)
Mansi Patel
el 12 de Oct. de 2019
0 votos
hello, I got the same error. Is there any solution.
if yes let me know as soon as possible.
Thank you,
Mansi
Haitao Jiang
el 24 de Oct. de 2019
0 votos
I also meet the same problem,expecting an effective solution~~
Charles Morier
el 28 de Oct. de 2019
0 votos
Change the name of the parts function in line 92 of submitWithConfiguration.m, e.g., parts2 and run.
1 comentario
Indira Zankina
el 20 de Mzo. de 2020
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);
oscar ramirez
el 13 de Ag. de 2021
0 votos
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.
Categorías
Más información sobre ROS Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!