-
Notifications
You must be signed in to change notification settings - Fork 8
tjrantal/CSVtoMat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published