write a function to sum some elements

Antworten (1)

Walter Roberson
Walter Roberson am 1 Jun. 2015

0 Stimmen

total = 0;
for K = 1 : 10
total = total + some value
end

Kategorien

Mehr zu External Language Interfaces finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 31 Mai 2015

Beantwortet:

am 1 Jun. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by