Info

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

what should I do

조회 수: 1 (최근 30일)
Mina Elfar
Mina Elfar 2020년 5월 24일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi all,
I have a I have a .mat file and it result could be either biger than 1 or less than 1 and I want to have the calues that less than 1
what shold I do ?
  댓글 수: 2
Steven Lord
Steven Lord 2020년 5월 24일
Why did you flag your own question as unclear? Flags are intended to call attention to spam, questions that are off-topic for MATLAB Answers, questions that don't have enough information included to be answered, that sort of thing. It's not intended for "I find something about MATLAB unclear so I'll flag my questin about that something as unclear."
Image Analyst
Image Analyst 2020년 5월 24일
I removed the meaningless flag.
lessThan1 = yourMatrix(yourMatrix < 1)
Attach the .mat file if you want more help.

답변 (1개)

Steven Lord
Steven Lord 2020년 5월 24일
load your data into MATLAB then see the "Indexing with Logical Values" section on this documentation page.

Community Treasure Hunt

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

Start Hunting!

Translated by