필터 지우기
필터 지우기

What does X = max(0,A) mean?

조회 수: 81 (최근 30일)
Maroco Sc
Maroco Sc 2019년 11월 16일
댓글: Maroco Sc 2019년 11월 16일
What does X = max(0,A) mean?

채택된 답변

JESUS DAVID ARIZA ROYETH
JESUS DAVID ARIZA ROYETH 2019년 11월 16일
it means that some value less than 0 in matrix A will be replaced by 0 in order to have a matrix whose minimum value is 0, example:
max (0, [1 2; -5 5])
returns [1,2; 0 5]

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matched Filter and Ambiguity Function에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by