Skip to content

Instantly share code, notes, and snippets.

@tonyfast
Created September 22, 2014 16:17
Show Gist options
  • Select an option

  • Save tonyfast/eee2cd19fb4e288f5939 to your computer and use it in GitHub Desktop.

Select an option

Save tonyfast/eee2cd19fb4e288f5939 to your computer and use it in GitHub Desktop.
Install YAML-Matlab in Matlab
fn = tempname;
urlwrite( 'http://yamlmatlab.googlecode.com/files/YAMLMatlab_0.4.3.zip', ... YAMLUrl
fn );
unzip( fn, './yaml-matlab' )
delete( fn );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment