Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Using dsp.CumulativeProduct inside a function
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Réponses (1)
Steven Lord
le 3 Juin 2020
Is there a reason you need to call dsp.CumulativeProduct specifically rather than calling the cumprod function included in MATLAB?
1 commentaire
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!