Using dsp.CumulativeProduct inside a function
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I'm looking to use dsp.CumulativeProduct inside a matlab function.
I saw the syntax in the documentation part, but I don't know how to initialize it and use it inside a function. Could anyone help me with it?
Thanks and regards
1 件のコメント
madhan ravi
2020 年 6 月 3 日
回答 (1 件)
Steven Lord
2020 年 6 月 3 日
0 投票
Is there a reason you need to call dsp.CumulativeProduct specifically rather than calling the cumprod function included in MATLAB?
1 件のコメント
Varun Baskar
2020 年 6 月 3 日
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!