asmusskar / ALVA

ALVA is a MATLAB-package for advanced pavement modeling that is highly adaptive
Apache License 2.0
23 stars 9 forks source link

ALVA_bonding_validation1 requires not implemented function in Octave #6

Open CBenghi opened 3 years ago

CBenghi commented 3 years ago

Hello @asmusskar

thanks for the good work on the other issues.

I get the following warning and error in Octave:

warning: the 'table' function is not yet implemented in Octave

Please read <https://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
error: 'table' undefined near line 203 column 14
error: called from
    ALVA_bonding_validation1 at line 203 column 12

I know that fixing this cross-compatibility issues is a pain, sorry to bring them up. Thanks.

asmusskar commented 3 years ago

Thanks @CBenghi . I made a quick-fix, enabling users to display the results in Octave, until I resolve this issue (in a more beautified format)