| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README.txt | 2015-08-20 | 560 Bytes | |
| data.txt | 2015-08-20 | 1.5 kB | |
| start2.m | 2015-08-20 | 1.9 kB | |
| Totals: 3 Items | 4.0 kB | 0 |
>> If you are using Octave-4.0.0 the 'start2.m' file should automatically be detected and you can run by
double clicking the same.
>> If you are using Octave 3.2.4_gcc-4.4.0 you will have to load the file manually. Make sure to change the
present working directory to wherever the file is located.
>> You can also code the entire thing line by line. Just follow the script.
>> Useful Commands:
PS1('>> ') % change the octave prompt
pwd % display the current directory
cd % change directory
load <filename> % load file