Skip to content

Instantly share code, notes, and snippets.

@andrawaag
Created March 29, 2013 11:13
Show Gist options
  • Save andrawaag/5270250 to your computer and use it in GitHub Desktop.
Save andrawaag/5270250 to your computer and use it in GitHub Desktop.
matlab example
a= 43;
If (a > 34) then
m=”1”;
elseif (a<3) then
m=”2”;
elseif (a<=34) then
m=”3”; else
m=”4”;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment