필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

the minimum of some boxes in a row of matrix

조회 수: 1 (최근 30일)
Imane hammou ouali
Imane hammou ouali 2019년 3월 15일
마감: MATLAB Answer Bot 2021년 8월 20일
hello community,
I want to return the minimum of some boxes in a row of matrix .
hepl plzz!
  댓글 수: 3
KSSV
KSSV 2019년 3월 15일
What is minimum of some boxes?
Imane hammou ouali
Imane hammou ouali 2019년 3월 15일
juste like i have :
int1=1:3
c1=[2 4] % for the frst iteration
int2=1:length(c1)
my Matrix is A=[0 4 0 6;0 3 0 0;0 0 0 0]
i wana return the mimum of A(int1,c1(int2)) and A(int1),c1(int2)) // A(1,2) and A(1,4)that means i wana return (4) in the firts row
for the second iteration int1=2
c1=[2] in this case i'll return just 3 because
for int1=3
c1=[0] int this case all the arrow will be 0
i know it's a little bit complicated but i really need help. thank you in advance

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by