1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2008-2008 - DIGITEO - Jean-Baptiste Silvy
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
7 // <-- TEST WITH GRAPHIC -->
8 // <-- Non-regression test for bug 3572 -->
10 // <-- Bugzilla URL -->
11 // http://bugzilla.scilab.org/show_bug.cgi?id=3572
13 // <-- Short Description -->
14 // When using grayplot, you cannot have different dimensions in entry.
17 x=1:2000; y=1:1000; m=rand(1000,2000);
19 // used to crash violently