Skip to content
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

Overload functions #98

Open
ryancoe opened this issue Mar 31, 2020 · 1 comment
Open

Overload functions #98

ryancoe opened this issue Mar 31, 2020 · 1 comment
Labels
cleanup/useability Improvements to structure, etc. enhancement New feature or request proposal A proposal, for discussion with the development team src Improvements or additions to the source code

Comments

@ryancoe
Copy link
Member

ryancoe commented Mar 31, 2020

MATLAB allows you to "overload" built in functions to make plotting, etc. of objects easier.

https://www.mathworks.com/help/matlab/matlab_oop/overloading-functions-for-your-class.html

@ryancoe ryancoe added enhancement New feature or request cleanup/useability Improvements to structure, etc. labels Mar 31, 2020
@ryancoe ryancoe added this to the 0.x milestone Mar 31, 2020
@H0R5E
Copy link
Member

H0R5E commented Apr 2, 2020

I guess this is a bit like the __something__ methods in Python except it extends to every MATLAB command. Might be a little confusing to new users? We should mock something up to see how it feels in real use.

@H0R5E H0R5E modified the milestones: 0.x, 1.x Apr 17, 2020
@H0R5E H0R5E added the proposal A proposal, for discussion with the development team label Apr 17, 2020
@H0R5E H0R5E removed this from the 1.x milestone Apr 17, 2020
@H0R5E H0R5E added the src Improvements or additions to the source code label Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup/useability Improvements to structure, etc. enhancement New feature or request proposal A proposal, for discussion with the development team src Improvements or additions to the source code
Projects
None yet
Development

No branches or pull requests

2 participants