after concatenation of matrix of different dimension how to extrat value of particluar row and column

1 次查看(过去 30 天)
m1=rand(10,2); m2=rand(10,3); m3=rand(10,6); m={m1,m2,m3}; if i want m2(3,2) i will get value, but using m i want to get m2(3,2), is this possible.

采纳的回答

Ameer Hamza
Ameer Hamza 2018-5-17
编辑:Ameer Hamza 2018-5-17
Acces it like this
m{2}(3,2)
Refer here and here for further details about cell array indexing.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

标签

产品


版本

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by