Hi All
I have a part of my Matlab code written with
catch ME
warning('found error in %dth file', i);
fprintf('Error: %s\n', ME.message);
continue
but in Octave I get this error :
error: octave_base_value::int64_scalar_value(): wrong type argument 'complex scalar'
error: called from
MyCode at line 414 column 9
--
SeyedFarzad Torabi
Master of Mech. Eng.
Politecnico Di Milano