[Scilab-users] Loading multiple text files

samaelkreutz mariajovera at icloud.com
Fri Feb 7 23:39:33 CET 2014


Hello, I'm newbie in scilab... 

I have one folder 
/Users/konstantina/Desktop/CHECK/export_5-20/export_5-20HZ_C*.txt

where *  takes the values= 1:1:5

I need open each text file and make a plot. So, I was thinking in something
like  

for i=1:1:4//  
DM(i)=fscanfMat('export_5-20HZ_C(i).txt')
    figure(i)
    plot(DM(i)(:,7),DM(i)(:,4),'ro*',DM(i)(:,7),DM(i)(:,5),'o')    
end

but is obvious that it doesn't work, hehehe.
Please, please any suggestions!!! Ill be very thankful

:)

Best wishes!!!




--
View this message in context: http://mailinglists.scilab.org/Loading-multiple-text-files-tp4028528.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list