Skip to content

Instantly share code, notes, and snippets.

@anirudhjayaraman
Created December 14, 2015 13:18
Show Gist options
  • Save anirudhjayaraman/977c91fa80970b2ae9a6 to your computer and use it in GitHub Desktop.
Save anirudhjayaraman/977c91fa80970b2ae9a6 to your computer and use it in GitHub Desktop.
Output to 13(a)
ans(:,:,1) =
0 1 0
0 0 1
1 0 0
ans(:,:,2) =
0 0 1
1 0 0
0 1 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment