i have a matlab code for feature extraction, how i apply this code to all my dataset in a file .without applying it one at atime.

1 visualización (últimos 30 días)
i have a Matlab code for feature extraction, how i apply this code to all my dataset in a file .without applying it one at a time. i need a code with a function that run through all the dataset at once.

Respuesta aceptada

ANKUR KUMAR
ANKUR KUMAR el 28 de Sept. de 2018
F=dir('*.nc') % write extension
for i =1:length(F)
% write your commands. call the filename as F(i).name
F(i).name
end

Más respuestas (0)

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by