give the matlab code for this function
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I need solution of below equation and please give the matlab code for it.
n=size of matrix y

1 Comment
madhan ravi
on 31 Mar 2019
Show the code what you have tried , nobody will do the homework for you.
Answers (1)
MUTYALA NAGABABU
on 31 Mar 2019
1 Comment
Walter Roberson
on 31 Mar 2019
Change
abs(v(1:n))
to
abs(reshape(v(1:n),1,[]))
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!