Created
September 22, 2014 16:17
-
-
Save tonyfast/eee2cd19fb4e288f5939 to your computer and use it in GitHub Desktop.
Install YAML-Matlab in Matlab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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