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


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

A.正确

B.错误

正确答案:A


Tag:数学软件 数组 命令 时间:2021-09-02 13:54:31