I have a structure called sFiles and I want to put the information that is inside sFiles.FileName inside a cell array called your cell,
I have this code:
for i=1:1:length(sFiles)yourcell={sFiles(i).FileName};end
Does anybody know why is not working?
Thanks
Best Answer