/helper_functions

Miscellaneous useful helper functions

Primary LanguageMATLAB

Miscellaneous useful helper functions

helper_functions

Assorted mfiles that are helpful to have in ~/Documents/MATLAB. Mostly support for various plotting and figure manipulation tasks.

License info

These are mostly codes gathered from the fileexchange. Find below the licenses:

  1. Andriy Nych's AdvancedColormap

  2. Stephen Cobeldick's ColorBrewer brewermap (see the repo)

  3. Carey Rappaport's CMRmap. Cite as:

    Rappaport, C. 2002: "A Color Map for Effective Black-and-White Rendering of Color Scale Images", IEEE Antenna's and Propagation Magazine, Vol.44, No.3, pp.94-96 (June).

  4. Qi An's (based on Nils Sjöberg's code) errorbarxy

  5. Christopher W. MacMinn's fig2frame is under MIT, included in .m file

  6. Mohak Patel's imagesc3D (own work too, under MIT, based heavily on imshow3D, see repo)

  7. Maysam Shahedi's imshow3D

  8. John Iversen's freezeColors

  9. Rob Campbell's shadedErrorBar (see the repo)

  10. Hideaki Shimazaki's sshist. See also their website. Cite as:

    Shimazaki H and Shinomoto S. 2007: "A method for selecting the bin size of a time histogram" Neural Computation 19(6), 1503-1527, doi: 10.1162/neco.2007.19.6.1503

Other functions not listed above:

Includes: ccc, fig, fcontourf, vid2images

Own work under the MIT License:

MIT License

Copyright (c) 2020 Alexander K Landauer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.