Short projects: Difference between revisions

282 bytes added ,  6 February 2014
→‎Bugs: add 1 more easy bug fix
(→‎Bugs: add 1 more easy bug fix)
Line 8: Line 8:
* {{bug|41186}} image: fspecial disk is not matlab compatible
* {{bug|41186}} image: fspecial disk is not matlab compatible
** this should be easy very easy to fix. The only complicate part is figuring out how Matlab does the calculations (since that is not documented). Needless to say, you '''cannot''' borrow from Matlab's source code!
** this should be easy very easy to fix. The only complicate part is figuring out how Matlab does the calculations (since that is not documented). Needless to say, you '''cannot''' borrow from Matlab's source code!
* {{bug|41484}} change error message from validatestring to follow Octave guidelines
** this is a very very easy fix. Things can't get easier than this. Only reason why Octave developers haven't done this themselves was to give an entry point for someone new to Octave development.


== Missing functions ==
== Missing functions ==