How to do a matrix like this??

1 次查看(过去 30 天)
how to do a matrix like this in a loop,[1 2 3 ... 10,
1 4 9 ... 100
1 8 27... 100]

采纳的回答

Bruno Luong
Bruno Luong 2019-9-16
编辑:Bruno Luong 2019-9-16
(1:10).^((1:3)')
or on older MATLAB
bsxfun(@power,1:10,(1:3)')

更多回答(0 个)

类别

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

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by