To sum the elements of an array using a for loop in Matlab, follow these steps:
total
, to zero.total
variable.Here is the code:
main.m90 chars9 lines
The output of disp(total)
will be 15
, which is the sum of the elements in the array.
gistlibby LogSnag