Skip to content

Instantly share code, notes, and snippets.

@yichao0319
Last active August 29, 2015 14:07
Show Gist options
  • Save yichao0319/9d278df0be1e2d777ea9 to your computer and use it in GitHub Desktop.
Save yichao0319/9d278df0be1e2d777ea9 to your computer and use it in GitHub Desktop.
matlab:read and parse file
data = textread(filename, '', 'commentstyle', 'shell', 'delimiter', ':');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment