<< csv2div2 Data management dcsv2div2 >>

fact >> Data management > dcsv2div

dcsv2div

loads a csv file containing only numerical values without missing values and organized as a matrix

Calling sequence

x_div = dcsv2div('mycsvdata',(field),(separator));

Arguments

mycsvdata:

the name of the file (a string); this file contains a matrix of numerical values

(field):

field separator (optionnal)

by default: semi-column ';'

(decimal):

decimal separator (optionnal)

by default: comma ',' or dot '.'

x_div:

a Div structure containing the numerical data of mycsvdata

Examples

x = dcsv2div('mycsvdata');
x = dcsv2div('mycsvdata',',','.');

Authors


Report an issue
<< csv2div2 Data management dcsv2div2 >>