I've data in different formats, namely text files, binary files, and csv files. Can Scilab import of these data for further processing?

I've data in different formats, namely text files, binary files, and csv files. Can Scilab import of these data for further processing?

Scilab supports data import from  high level to low level format. Just to name a few: fscanfMat to read a matrix from a text file, csvRead to read comma-separated value file, xls_read to reads a sheet in an Excel file and mopen/mgetl to read lines from an text file.