Short projects: Difference between revisions

188 bytes removed ,  27 January 2015
→‎Missing functions: flip has already been implemented for 4.2
(→‎Missing functions: flip has already been implemented for 4.2)
Line 23: Line 23:
* integral/integral2/integral3 functions
* integral/integral2/integral3 functions
** These are basically renamed versions of quad/dblquad/triplequad.  It shouldn't be hard to make new functions which use the new integral naming system from Matlab.  See also bug #42037.
** These are basically renamed versions of quad/dblquad/triplequad.  It shouldn't be hard to make new functions which use the new integral naming system from Matlab.  See also bug #42037.
* flip function
** fliplr() and flipud() already exist.  flip just extends this to an arbitrary dimension.  It should be easy to follow the template of flipud to create the flip function.


== Miscellaneous ==
== Miscellaneous ==