Skip to content

Instantly share code, notes, and snippets.

@benwtrent
Created January 3, 2019 19:25
Show Gist options
  • Save benwtrent/52222b60b0e1334fcf60e62bcb2f10ea to your computer and use it in GitHub Desktop.
Save benwtrent/52222b60b0e1334fcf60e62bcb2f10ea to your computer and use it in GitHub Desktop.
mat to csv octave: just a simple
f=load(FILENAME.mat)
C = [f.X, f.y]
csvwrite(FILENAME.csv, C)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment