Skip to content

Instantly share code, notes, and snippets.

@awwong1
Created November 14, 2018 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awwong1/6116de6f8af3cf38697114966ae23646 to your computer and use it in GitHub Desktop.
Save awwong1/6116de6f8af3cf38697114966ae23646 to your computer and use it in GitHub Desktop.
HHMM paper figure 3 bottom
```
q(:,:,1) = [1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
1 1 1 1 1 1 1 2 0 0 0 0 0 0 0 0 0;
1 1 1 1 2 1 1 1 1 1 1 2 1 1 1 1 2;
1 1 2 1 1 1 1 1 1 2 1 1 1 1 2 0 0];
q(:,:,2) = [8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 5 0 7 0 0 5 0 0 0 0 0 0 0 0 0 0;
0 0 0 3 0 7 0 0 0 0 0 5 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0];
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment