give the matlab code for this function
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
I need solution of below equation and please give the matlab code for it.
n=size of matrix y

1 comentario
madhan ravi
el 31 de Mzo. de 2019
Show the code what you have tried , nobody will do the homework for you.
Respuestas (1)
MUTYALA NAGABABU
el 31 de Mzo. de 2019
1 comentario
Walter Roberson
el 31 de Mzo. de 2019
Change
abs(v(1:n))
to
abs(reshape(v(1:n),1,[]))
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!