A(1:2,2:3) how this will work

23 次查看(过去 30 天)
A(1:2,2:3) how this will work???

采纳的回答

madhan ravi
madhan ravi 2019-2-23
I suggest you to do matlab onramp course which is interesting to learn matlab
>> A=rand(3)
A =
0.1039 0.8697 0.4440
0.1463 0.1558 0.3227
0.7502 0.8602 0.2286
>> A(1:2,2:3)
ans =
0.8697 0.4440
0.1558 0.3227
>>

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by