plz help me to write code for this formula
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示

4 件のコメント
KSSV
2018 年 10 月 9 日
What is I? matrix or constant?
Adam
2018 年 10 月 9 日
Usually when people ask to 'help me to...' it means you have done something and want people to help you make it correct rather than just a 'Please do it all for me' question.
As formulae go that one looks very easy to implement. what part of it is causing problems?
zakir khan
2018 年 10 月 9 日
Adam
2018 年 10 月 9 日
alpha and beta will be vectors with that formulation.
You would need to use
alpha = mean( double( i(:) ) );
beta = std( double( i(:) );
to get scalar values for these.
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!