Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
How would you write a function for a convolution integral?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
for example: Let f(t) and g(t) be known functions and a and b known variables (assume these all exist in MATLAB workspace). Write an anonymous function that computes the following convolution integral of f(t) and g(t) (f*g)(t) = integral from [0,t] f(s)*g(t-s) ds Treat t as a variable, so that your anonymous functio should be of the form: myConvolution = @(t) ….. You may use a built-in quadrature function(quad for example)
2 commentaires
John D'Errico
le 2 Mai 2016
Rather than just posting your homework assignment, why not try solving it first? Then if you do get stuck, you may get an answer. As it is...
Gautam Mohan
le 4 Mai 2016
Hi Alyssa,
It is against our community guidelines to directly post homework questions on MATLAB answers. I suggest consulting the following thread on techniques you can use to formulate your question in a way that the community can help you:
Best of luck!
Réponses (0)
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!