give the matlab code for this function
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
I need solution of below equation and please give the matlab code for it.
n=size of matrix y

1 Kommentar
madhan ravi
am 31 Mär. 2019
Show the code what you have tried , nobody will do the homework for you.
Antworten (1)
MUTYALA NAGABABU
am 31 Mär. 2019
1 Kommentar
Walter Roberson
am 31 Mär. 2019
Change
abs(v(1:n))
to
abs(reshape(v(1:n),1,[]))
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!