Matrix Limits

Provides simple syntax to get range of values in N-dim numeric arrays.

現在この提出コンテンツをフォロー中です。

Many MATLAB functions use a range of values and many times its the range of your data such as
>> caxis([lo hi])
Use
>> caxis(limits(x))
instead of
>> caxis([min(x(:)) max(x(:))])
especially for long variable names!

引用

Robert Bemis (2026). Matrix Limits (https://jp.mathworks.com/matlabcentral/fileexchange/2488-matrix-limits), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersCharacters and Strings についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.1.0.1

Updated license

1.1.0.0

copyright

1.0.0.0