Find specific coulum with condition in large matrix
2 ビュー (過去 30 日間)
古いコメントを表示
Hellow
i would like to know the specific coulum or coulums in matrix that have two condtion in each row . these two number in each row should be in the same coulum on matrix
for example if i have this matrix
A =
1 2 3 4 5 6
7 8 9 10 11 12
if i want number in row 1 should be less than 4 and row 2 should be higher than 7
the results should have
B =
2 3
8 9
thank you for helping
2 件のコメント
madhan ravi
2021 年 1 月 31 日
編集済み: madhan ravi
2021 年 1 月 31 日
What about 10, 11 and 12?
edit: Missed out the part "these two number in each row should be in the same coulum on matrix"
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!