Borrar filtros
Borrar filtros

I have to calculate the sum of multiple coefficients which depends upon the value 'm'.

2 visualizaciones (últimos 30 días)
Could you please tell me how should I approach to this?

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 29 de Mzo. de 2016
Look at this example
y=@(m) sin(m)
out=sum(y(1:10)) % for m=10

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by