将一个维数为3*4的数组x转换成维数为4*3的数组的命令是reshape(x,4,3)

将一个维数为3*4的数组x转换成维数为4*3的数组的命令是reshape(x,4,3)

A.正确

B.错误

正确答案:A

猜你喜欢