如何统计矩阵中的数据并将超出一定范围的数据归到边界。
Afficher commentaires plus anciens
z=rand(100,100);
依据统计中的拉依达准则3σ,将矩阵中超出(μ-2σ,μ+2σ)的元素的值归到边界值域。
该怎么写这样的代码?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 描述性统计量 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!