dispn(X,N) == displays matrix X to N digits of precision

版本 1.1.0.0 (1.4 KB) 作者: Brenden Epps
DISPN(X,N) displays matrix X to N digits of precision.
502.0 次下载
更新时间 2012/6/7

查看许可证

DISPN(X,N) displays matrix X to N digits of precision. See also DISP(X), which displays matrix X in the current screen format.

引用格式

Brenden Epps (2024). dispn(X,N) == displays matrix X to N digits of precision (https://www.mathworks.com/matlabcentral/fileexchange/37025-dispn-x-n-displays-matrix-x-to-n-digits-of-precision), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Numbers and Precision 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

The updated version can now handle a vector N that specifies different numbers of digits for each column of X.

1.0.0.0