problem with logical number : how minimize calculate

조회 수: 1 (최근 30일)
Luca Re
Luca Re 2023년 7월 21일
답변: Voss 2023년 7월 21일
hi,
i hope you understand my problem with pics
Input: a, x

채택된 답변

Voss
Voss 2023년 7월 21일
a = [0 3 10 0 3 8];
x = 5;
solution = a > 0 & a < x
solution = 1×6 logical array
0 1 0 0 1 0

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by