Respuesta aceptada

madhan ravi
madhan ravi el 23 de Feb. de 2019

0 votos

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

Más respuestas (0)

Etiquetas

Preguntada:

el 23 de Feb. de 2019

Comentada:

el 23 de Feb. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by