Created
November 26, 2018 01:16
-
-
Save mattgaidica/0fb13574477579e913866b9a878f8062 to your computer and use it in GitHub Desktop.
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
function p = prc(cols,rc) | |
% rc = desired [row,col] position of subplot | |
p = (rc(1) * cols) - (cols - rc(2)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment