plz help me to write code for this formula
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti

4 Commenti
KSSV
il 9 Ott 2018
What is I? matrix or constant?
Adam
il 9 Ott 2018
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
il 9 Ott 2018
Adam
il 9 Ott 2018
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.
Risposte (0)
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!