Le 08/10/2018 à 15:30, [email protected] a écrit :
Hello Antoine,

Please check cat(3, ..) to concatenate along the 3rd (or any) dimension.
Please check resize_matrix() to padd an hypermatrix (with what you want).

In your specific padding case, you may better use

b  =   cat(3,[111,112;121,122], [211,212;221,222],  [211,212;221,222])
padded_b=  cat(3,zeros(b),b,zeros(b))

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to