Short projects: Difference between revisions

Jump to navigation Jump to search
653 bytes removed ,  11 December 2017
→‎Missing functions: removed integral from missing functions section
(→‎Feature requests: calling system without shell)
(→‎Missing functions: removed integral from missing functions section)
Line 25: Line 25:
* openfig/savefig functions
* openfig/savefig functions
** These should be particularly easy additions as they are really just a wrapper on top of hgload/hgsave.
** These should be particularly easy additions as they are really just a wrapper on top of hgload/hgsave.
* 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}}.
*** one note, the new integral functions do change usage slightly from quad. E.g., quad and quadv were the only integrators that didn't require vectorized functions (as opposed to quadgk, quadcc, etc.).  Also, passing parameters to integrating functions is more uniform than the different quad functions, where some (such as quad) does not include parameter passing. Compatibility should be checked for any wrapper made.


== BIST tests ==
== BIST tests ==
150

edits

Navigation menu