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!