필터 지우기
필터 지우기

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

조회 수: 23 (최근 30일)
HAMID ALI SHAH
HAMID ALI SHAH 2019년 2월 23일
댓글: HAMID ALI SHAH 2019년 2월 23일
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
>>
  댓글 수: 2
HAMID ALI SHAH
HAMID ALI SHAH 2019년 2월 23일
best answer!!!
thank you sir this link helped me alott

댓글을 달려면 로그인하십시오.

추가 답변 (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