Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Starting...
  2. results = 1
  3.  
  4. Error: File: testfile.m Line: 13 Column: 1
  5. Function definitions in a script must appear at the end of the file.
  6. Move all statements after the "do_thing" function definition to before the first local function
  7. definition.
  8.  
  9. Starting...
  10.  
  11. results =
  12.  
  13. 1
  14.  
  15. Starting...
  16. error: 'do_thing' undefined near line 8 column 11
  17. error: called from
  18. testfile at line 8 column 9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement