Hi,I download the scilab from www.scilab.org, version 5.0.3 for windows. When I
Reported by mono9952
Originally assigned to Allan CORNET
-- Bug description --
Hi,I download the scilab from www.scilab.org, version 5.0.3 for windows. When I use spec function, the program exit without any message. I entered command like this:
->a=[1 2 3;2 3 4;3 4 5]
->ev=spec(a)
When I entered the command above, I get nothing but scilab quit.
-- Scilab error message --
nothing
-- How to reproduce the bug --
->a=[1 2 3;2 3 4;3 4 5]
->ev=spec(a)