I need a vector of string of subtitles: col1, col2, col3, ..., col100000
How to join "col" phrase with numbers of  var(i) ( in the loop)

w = zeros (100000);

for i = 1:100000
w [i] =???
end

Paul

Reply via email to