help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error with Catch ME continue


From: Farzad Torabi
Subject: Error with Catch ME continue
Date: Wed, 23 Oct 2019 08:38:48 +0200

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

Virus-free. www.avast.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]