IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
get_no_cols_deli.m File Reference

Detailed Description

Determines number of columns and delimiter from a CSV file.

Delimiter is determined by maximum probability among a list of the most common CSV delimiters

Definition in file get_no_cols_deli.m.

Go to the source code of this file.

Functions

function get_no_cols_deli (in filename)
 

Function Documentation

function get_no_cols_deli ( in  filename)
Parameters
filename
Return values
[no_cols,deli]