How do i resolve
古いコメントを表示
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 30)
submitWithConfiguration(conf);
3 件のコメント
Kasula varshini
2021 年 6 月 22 日
error in line 45
how to resolve it
Walter Roberson
2021 年 6 月 24 日
Install one of: Navigation Toolbox, Robotics System Toolbox, or Sensor Fusion and Tracking Toolbox. That will resolve the error. (You would then get a different error.)
The permanent solution is as others have describe:
- download repaired files from your course software; or
- edit the code so that it does not use parts as both a variable and the name of a function.
Mohammed Lafoui
2021 年 7 月 18 日
I cannot submit all my exercices, error of path in windows!!!? how to repair this? please
採用された回答
その他の回答 (6 件)
Peter Radi
2019 年 11 月 11 日
1 投票
Just replace submitWithConfiguration.m's content with a previous version of it (like from ex4).
Nathan Abraham
2020 年 4 月 4 日
1 投票
I changed the name of the function parts() to parts_1(). Try doing the same for the definition and the call for the function.
It seems that the name of the function parts in MATLAB is dedicated name to some other toolbox.
It worked for me.
Tnx
2 件のコメント
Tom Mosher
2020 年 5 月 2 日
Better to download the correct set of programming exercise script files.
There are two sets available. MATLAB users should get the ones from the setup instructions for MATLAB Online in Week 2.
Ramon Andino
2020 年 5 月 25 日
I am using zip download from week2
Walter Roberson
2019 年 9 月 21 日
0 投票
parts is a function defined inside submitWithConfiguration
See for example line 93 at https://github.com/tuanavu/coursera-stanford/blob/master/machine_learning/exercises/matlab/submitWithConfiguration.m
7 件のコメント
Prakhar Bhatnagar
2019 年 9 月 21 日
Walter Roberson
2019 年 9 月 21 日
Try giving the command
restoredefaultpath
rehash toolboxcache
and then run the file again
Dan Cav
2019 年 9 月 25 日
I'm having the same issue, attempted this without success. Has anyone solved this?
Thanks
Walter Roberson
2019 年 9 月 25 日
Dan Cav:
Could you confirm that you are using a submitWithConfiguration.m that defines function parts() around line 93 or so, and yet submitWithConfiguration is not able to find parts ?
What shows up for
which -all submitWithConfiguration
Mansi Patel
2019 年 10 月 12 日
hii,
I am getting the same error. I tried this command and its showing nothing.
still struggling for the right answer.
Please help.
thank you.
Walter Roberson
2019 年 10 月 13 日
Could you confirm that you are using a submitWithConfiguration.m that defines function parts() around line 93 or so ?
Mansi Patel
2019 年 10 月 13 日
編集済み: Mansi Patel
2019 年 10 月 13 日
yes
in line 93 : parts = {};
Chris Waweru
2020 年 1 月 4 日
0 投票
Hi am getting the same error. Someone please help.
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);
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);
3 件のコメント
Mike Ak
2020 年 12 月 23 日
>> submitWithConfiguration
'parts' requires one of the following:
Automated Driving Toolbox
Navigation Toolbox
Robotics System Toolbox
Sensor Fusion and Tracking Toolbox
UAV Toolbox
Error in submitWithConfiguration (line 5)
parts = parts(conf);
Sai Tarun
2021 年 3 月 30 日
use parts_function(conf)
Narendra Wagdarikar
2020 年 8 月 8 日
0 投票
submit()
'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);
Error in submit (line 40)
submitWithConfiguration(conf);
5 件のコメント
Narendra Wagdarikar
2020 年 8 月 8 日
isuue is related to coursera on line matlab assignment submition
Tom Mosher
2020 年 8 月 8 日
I recommend that questions on the Coursera "Machine Learning" course be posted on the course's Discussion Forum.
Mike Ak
2020 年 12 月 23 日
I am trying to sumbit my assignment in Ng's Machine learning course using Matlab R2020b but get below error. It wont let me to the step of entering login email and token password. pls advise how to fix it.
>> submit()
'parts' requires one of the following:
Automated Driving Toolbox
Navigation Toolbox
Robotics System Toolbox
Sensor Fusion and Tracking Toolbox
UAV Toolbox
Error in submitWithConfiguration (line 4)
parts = parts(conf);
Error in submit (line 45)
submitWithConfiguration(conf);
Nimisha Nupur
2021 年 5 月 20 日
Hi,
I followed the directions where I changed parts to parts_1, but when I submitted I get the following error.
Function: parts
FileName: /MATLAB Drive/machine-learning-ex3/ex3/lib/submitWithConfiguration.m
LineNumber: 94
Please correct your code and resubmit.
fline num 94 is :
for partArray = conf.partArrays
vishnu vardhan sreerlavancha
2021 年 6 月 20 日
Hi Nimisha,
Please check all the references of 'parts' variable and replace in all places.
And also check 'submissionUrl = submissionUrl()'
replace 'submissionUrl_1 = submissionUrl()'
Check all the refences where we are calling submissionUrl and replace with submissionUrl_1
Hope this is helpful.
Thank you
Neha Ksheerasagar
2021 年 10 月 30 日
0 投票
Function: makePostBody
FileName: /MATLAB Drive/3XAKHIYlRiuwChyGJQYrRw_f1356b38f0f341e89cfc3b3b44ae8ff1_ex2-octave/lib/submitWithConfiguration.m
LineNumber: 74
how to solve this...getting this error while submitting
1 件のコメント
Tom Mosher
2021 年 10 月 30 日
Please post your question on the Coursera discussion forum.
カテゴリ
ヘルプ センター および File Exchange で Simulink 3D Animation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
