Akzeptierte Antwort

madhan ravi
madhan ravi am 23 Feb. 2019

0 Stimmen

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
>>

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by