Hello,
I have a script that I am trying to run on the terminal. In the script there is a function that takes some input to run.
How can I run the script with parameters in the terminal?
I have tried something like this so far:
octave problem_1a.m [1, 2, 3] 1, 0.01, 0.1 and then hit enter.
It wont get any errors, but no output. It works in the command windows, but I need it to work on the terminal.