Standard deviation of 2D array

5 ビュー (過去 30 日間)
Turbulence Analysis
Turbulence Analysis 2021 年 11 月 6 日
コメント済み: Star Strider 2021 年 11 月 6 日
Hi,
I am trying to calculate the standard deviation of 2D array 'v' of dimesnion 89 x 97.
I have tried as follows ,but it returns the output in the form of 1 x 97 instread of 89 x 97. Could someone help me with this
V1 = std (v);

採用された回答

Star Strider
Star Strider 2021 年 11 月 6 日
The standard deviation of a scalar is 0 so the result is —
standard_deviation_v = zeros(size(v))
in this instance.
.
  4 件のコメント
Turbulence Analysis
Turbulence Analysis 2021 年 11 月 6 日
Ok, I will look into this..
Star Strider
Star Strider 2021 年 11 月 6 日
Thank you.
.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAcoustics, Noise and Vibration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by