Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この次のコードについて説明してもらえますか?? サイズ newRowB (1,12) の場合、このコードは機能しませんか?
~any(diff([0;find(newRowB);12+1])>3));
前にありがとう
diff指定された入力ベクトルの連続する項の差を計算します。と
diff
findゼロでない配列 X の要素を見つけます
find