JimHokanson / matlab_standard_library

Standard Library for my Matlab Projects
MIT License
8 stars 10 forks source link

slow getH1Line method - rewrite #44

Open JimHokanson opened 7 years ago

JimHokanson commented 7 years ago

+sl+help\getH1Line.m makes a call:

help_raw = help(method_name);

This takes really really long for Matlab to run and it is getting annoying. Ideally we would rewrite this method so that it doesn't take that long.

JimHokanson commented 7 years ago

Also, we can't get help on methods for hidden classes. If we have an instance of a hidden class, it is not clear why we would hide the methods of the class, unless perhaps it is inherited????

JimHokanson commented 6 years ago

I've started a matlab parser which will make this really easy (when it is completed in a year or two :/)