give the matlab code for this function
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I need solution of below equation and please give the matlab code for it.
n=size of matrix y

댓글 수: 1
madhan ravi
2019년 3월 31일
Show the code what you have tried , nobody will do the homework for you.
답변 (1개)
MUTYALA NAGABABU
2019년 3월 31일
댓글 수: 1
Walter Roberson
2019년 3월 31일
Change
abs(v(1:n))
to
abs(reshape(v(1:n),1,[]))
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!