Skip to content

Script for converting a multidimensional (non-normalized) spreadsheet document to matlab variables.

Notifications You must be signed in to change notification settings

gutte/sheets2matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Some scripts for
    - importing complex (=multidimensional) spreadsheets into matlab/octave
    - pivoting (permute) and exporting to csv files

The xlsc <--> csv exports are done outside matlab.


convert spreadsheet to csv using xlsx2csv [github.com/dilshod/xlsx2csv]
    command: xlsx2csv -a source.xlsx csvdir

set some parameters manually in
    import_csv.m

run export csv
    export_csv.m
    - this does the permutation to desired dimensions and exports to multiple csv files

About

Script for converting a multidimensional (non-normalized) spreadsheet document to matlab variables.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages