definition of mask function
3 次查看(过去 30 天)
显示 更早的评论
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
2022-12-16
That appears to refer to a File Exchange contribution by @Chad Greene https://www.mathworks.com/matlabcentral/fileexchange/70338-climate-data-toolbox-for-matlab
采纳的回答
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!