give the matlab code for this function
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
I need solution of below equation and please give the matlab code for it.
n=size of matrix y

1 commentaire
madhan ravi
le 31 Mar 2019
Show the code what you have tried , nobody will do the homework for you.
Réponses (1)
MUTYALA NAGABABU
le 31 Mar 2019
1 commentaire
Walter Roberson
le 31 Mar 2019
Change
abs(v(1:n))
to
abs(reshape(v(1:n),1,[]))
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!