[scilab-Users] Re: [Scilab-Dev] x_mdialog for editing matrices

Samuel GOUGEON Samuel.Gougeon at univ-lemans.fr
Mon Jun 1 00:42:03 CEST 2009


>> Take a look at the following example:
>> rows = ['row1' 'row2'];
>> cols = ['col1' 'col2' 'col3'];
>> test = [1 1 1; 0 0 0];
>> x_mdialog('Testing', rows, cols, string(test))
>>
>> ..../...
>>
>> Are these bugs?
Yes it is. Try the same with test = [1 2 3; 4 5 6 ; 7 8 9];
The display is transposed...



More information about the users mailing list