How to convert a vector to a matrix in Matlab?

5 次查看(过去 30 天)
How to convert a vector to a matrix in Matlab?

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2015-7-7
a=[1 2 3 4 5 6 7 8 9]
reshape(a,3,3)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by