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 个)
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!