1.

reshape([1,2,3;4,5,6],1,6)

A. reshape([1,2,3;4,5,6];1;6)
B. reshape([1,2,3;4,5,6]:1:6)
C. reshape([1,2,3;4,5,6],6,1)
Answer» B. reshape([1,2,3;4,5,6]:1:6)


Discussion

No Comment Found