SelectComponents
Matlab にはmathematicaの関数の代替がありますか?
この wolfram mathematica コードを matlab の同等のコードに変換するにはどうすればよいでしょうか。
(* Connected component selection based on some supposed sizes. *)
ccs = SelectComponents[wsthick, "Count", 1000 < # < 3000 || 6000 < # < 10000 &]