write a function to sum some elements

Respuestas (1)

Walter Roberson
Walter Roberson el 1 de Jun. de 2015
total = 0;
for K = 1 : 10
total = total + some value
end

Categorías

Más información sobre External Language Interfaces en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 31 de Mayo de 2015

Respondida:

el 1 de Jun. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by