give the matlab code for this function
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
I need solution of below equation and please give the matlab code for it.
n=size of matrix y

1 Commento
madhan ravi
il 31 Mar 2019
Show the code what you have tried , nobody will do the homework for you.
Risposte (1)
MUTYALA NAGABABU
il 31 Mar 2019
1 Commento
Walter Roberson
il 31 Mar 2019
Change
abs(v(1:n))
to
abs(reshape(v(1:n),1,[]))
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!