Home › Posts › Crear array de string en MATLAB Crear array de string en MATLAB February 7, 2017 • 23 words • 1 min 1 2 3 4 5 6 distances = 3:15; name = '%d cm.s2p'; fileName = cell(1,length(distances)); for i=1:length(distances) fileName{1,i} = sprintf(name, distances(i)); end Previous Encontrar posición de un número dentro de una matriz en MATLAB Next Memoria M9K en Cyclone IV