Is there a command of "not less than or equal to " to vectors?

34 ビュー (過去 30 日間)
C Zeng
C Zeng 2013 年 3 月 12 日
Hi, want to know if there is a command can compare if two vectors a is not <=b? Now I use while sum(le(a,b))~=N while N is the size of vector. However it is very inconvenient.
Thanks.

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 3 月 12 日
  7 件のコメント
Walter Roberson
Walter Roberson 2013 年 3 月 12 日
No there isn't.
If I recall correctly, someone did submit a MEX routine to do vector comparisons, but unfortunately I cannot seem to locate it at the moment.
C Zeng
C Zeng 2013 年 3 月 12 日
Oh, OK, Walter. But theoretically, it can be faster.

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by