what should I do
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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
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
2020 年 5 月 24 日
I removed the meaningless flag.
lessThan1 = yourMatrix(yourMatrix < 1)
Attach the .mat file if you want more help.
回答 (1 件)
Steven Lord
2020 年 5 月 24 日
0 投票
load your data into MATLAB then see the "Indexing with Logical Values" section on this documentation page.
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!