Using dsp.CumulativeProduct inside a function
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
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
Antworten (1)
Steven Lord
am 3 Jun. 2020
0 Stimmen
Is there a reason you need to call dsp.CumulativeProduct specifically rather than calling the cumprod function included in MATLAB?
1 Kommentar
Varun Baskar
am 3 Jun. 2020
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!