[Scilab-users] declaration of uint8 matrix

Stéphane Mottelet stephane.mottelet at utc.fr
Wed Mar 13 18:20:25 CET 2013


Hello,

Is it possible to declare a uint8 matrix without first declaring it as a 
double ? Having to write

m=uint8(zeros(n,n))

makes it impossible to declare a matrix that would fit in the stack as a 
uint8 but not as a double (8 times bigger).

S.



More information about the users mailing list