evaluate a matrix, and create bool array from results

2 ビュー (過去 30 日間)
O Mueller
O Mueller 2017 年 10 月 28 日
コメント済み: O Mueller 2017 年 10 月 28 日
hey everyone,
i want to evaluate the elements of a 100x100 matrix, if the results are in a certain Boundary Condition. From this i want to create a matrix filled with bools, that symbolize if the B.C. were fulfilled or not. is there something i can do?
th reason for this is that i am vektorizing the whole process, and i need to keep the data of previous matrices.

採用された回答

Jan
Jan 2017 年 10 月 28 日
Unfortunately you did not mention which kind of boundary conditions you want to apply. Then a guess:
M = rand(100, 100);
BC = (M > 0.2) & (M < 0.8);
  1 件のコメント
O Mueller
O Mueller 2017 年 10 月 28 日
the b.c. are arbitrary (in my case its almost as you guessed, i need to compare the emissivity of a surface) i just did not know how to do it ;) but this should work.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by