MATLAB submitWithConfiguration

Solution 1:

It is because your MATLAB isn't accessing the 'submitWithConfiguration.mat' file. One way to solve this issue is, if you go in 'submit()' function and manually add path from your 'lib' folder then it may work, also add the path of 'jsonsave' file. Second solution is that you can copy all the child folder data into parent folder (which contains your 'submit().mat' function), hopefully it should work

Solution 2:

If you have still faced with this problem, specifically for Online version of Matlab, you might find a solution like this:

  1. Download the zip file from coursera website which contains all the exercise files.
  2. upload the all file plus subfolder of lib inside the online Matlab directory you are working with. If you do do not upload lib subfolder, you cannot submit your files.
  3. After completing your exercise, then execute submit function which helps you submit your work.
  4. Enter your email and token code and receive submit confirmation.