フィルターのクリア

definition of mask function

2 ビュー (過去 30 日間)
adhi dermawan
adhi dermawan 2022 年 12 月 16 日
コメント済み: adhi dermawan 2022 年 12 月 16 日
Dear matlab expert, I got this function
eof_maps = eof(A,'mask',mask);
where A is a 3D matrix e.g 5x3x6. In the documentation, it says only performs EOF analysis on the grid cells represented by ones in a logical mask whose dimensions correspond to dimensions 1 and 2 of A. So I need to replace the varargin 2 with 5*3?
  1 件のコメント
Walter Roberson
Walter Roberson 2022 年 12 月 16 日

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

採用された回答

Walter Roberson
Walter Roberson 2022 年 12 月 16 日
The 'mask' input for a 5 x 3 x 6 array for that function should be a 5 x 3 logical array.
  1 件のコメント
adhi dermawan
adhi dermawan 2022 年 12 月 16 日
Thank you kind sir

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

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by