Skip to content

tjrantal/CSVtoMat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CSV to mat converter. Used with Octave, since dlmread was taking forever with a csv-file.
Got the file format from here: http://www.mathworks.com/help/pdf_doc/matlab/matfile_format.pdf
I have used the converter successfully in producing an Octave readable .mat file.
The program is very picky and allows exactly one header line, no empty columns and only numbers
on rows other than the first one.


The software is licensed under a Creative Commons Attribution 3.0 Unported License.
Copyright (C) 2012 Timo Rantalainen

Compile:
javac WriteMat.java CSVReader.java

Execute
java WriteMat fullPathToCSVFile fullPathToSaveAMatFile [separatorForTheCSVFile = ","]

About

Converts CSV file to .mat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages