Matlab

2017/09/18

General

for element = list
    % <statements>
end

If list is a matrix, the above statement will assign each column of list to element.