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!