Octave hints

  • If you have a script called myscript.m, and you run it in Octave by typing "myscript.m" at the command prompt, you will get the following error: "error: can't perform indexing operations for type". The solution is to call the script at the command prompt without the file extension (that is, just type "myscript" a the octave prompt