Hi. I want to port my code from Matlab to Octave. My first line
clearvars -except p boundary T dT beta tol ICmode numModes
does not work because
error: `clearvars' undefined near line 1 column 1.
Is there an octave alternative to 'clearvars'? How does one normally find such workarounds (so I don't have to post every little question I have here)?
Thanks.
J