write a function to sum some elements

Réponses (1)

Walter Roberson
Walter Roberson le 1 Juin 2015
total = 0;
for K = 1 : 10
total = total + some value
end

Catégories

En savoir plus sur External Language Interfaces dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by