フィルターのクリア

Q. Cannot display summaries of variables i.e. here Y U V with more than 524288 elements.

10 ビュー (過去 30 日間)
vinayak mali
vinayak mali 2019 年 4 月 23 日
回答済み: Walter Roberson 2019 年 4 月 23 日
code.jpg

回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 4 月 23 日
If you really need those statistics, then you can use
min(Y(:))
max(Y(:))
mean(Y(:))
std(Y(:))
at the MATLAB command line.
It is not possible to reconfigure MATLAB's Variable Browser so that it shows statistics automatically for arrays with more than 2^19 elements.

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by