I woud like to ask you a question regarding of installation of Rainflow package from this site: https://github.com/AmritaLonkar/rainflow-octave but I cant perform "make"command. Please look at the picture Command line below.
I am NOT a programmer, so I would like to ask you for help and detailed procedure of installation.
Compilation and installation for GNU Octave Do the following to create a compiled mex-file from "rainflow.c" and to test the result: $ cd ./rainflow-octave$ make$ ls ./src/rainflow.mexrainflow.mex$ make test Move files: rainflow.mex, rainflow.m and sig2ext.m to a place where GNU Octave can find them. Octave will locate oct- or mex- files automatically if they are in a directory listed in the search path. To figure out the search path, do: $ octaveoctave> path Octave's search path contain the following directories: . /usr/local/share/octave/site-m Please do not hesitate to ask more questions if needed. Best regards Michal