Matrix Limits
版本 1.1.0.1 (1.4 KB) 作者:
Robert Bemis
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 (2025). Matrix Limits (https://www.mathworks.com/matlabcentral/fileexchange/2488-matrix-limits), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R10
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Characters and Strings 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!