Guest User

Untitled

a guest
Jan 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. diff --git a/submit.m b/submit.m
  2. index 48f3e71..9f12ad6 100644
  3. --- a/submit.m
  4. +++ b/submit.m
  5. @@ -1,10 +1,10 @@
  6. -function submit(part)
  7. +function submit(partId)
  8. %SUBMIT Submit your code and output to the ml-class servers
  9. % SUBMIT() will connect to the ml-class server and submit your solution
  10.  
  11. fprintf('==\n== [ml-class] Submitting Solutions | Programming Exercise %s\n==\n', ...
  12. homework_id());
  13. - if ~exist('part', 'var') || isempty(part)
  14. + if ~exist('partId', 'var') || isempty(partId)
  15. partId = promptPart();
  16. end
Add Comment
Please, Sign In to add comment