-
Notifications
You must be signed in to change notification settings - Fork 96
Add function maker #145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add function maker #145
Conversation
Looks really cool! I'll let Ariel look at this before merging. |
Methods are dynamically bound to instances of Matlab objects and | ||
represent a callable function in the Matlab subprocess. | ||
|
||
Args: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the numpy docstring standard.
Note that a bulk of the code was pulled from #63. |
Open question: should |
Here's what I propose: |
Just to see that I understand: this would grab the figures and stdout in On Tue, Feb 17, 2015 at 7:17 AM, Steven Silvester notifications@github.com
|
To be clear, the matlab magic already uses |
I think this is good to go now. I will make the changes to the Matlab end in another PR. |
Gotcha. Looks good! |
This implements #63. The only change to existing behaviour is to the interface to
run_func
.