octave-maintainers
[Top][All Lists]
Advanced

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

need test run on Mac


From: John W. Eaton
Subject: need test run on Mac
Date: Thu, 27 Feb 2014 00:52:51 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9

Could someone with Octave and the control package installed on a Mac run the following commands and see whether they cause Octave to abort or just issue an error message?

y = zeros(1,25);
u = ones(1,25);
tsam = 0.1;
data = iddata(y,u,tsam);
n4sid(data,1);

This is related to the bug #41716:
https://savannah.gnu.org/bugs/index.php?41716

Thanks,

jwe


reply via email to

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