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!