view scripts/special-matrix/module.mk @ 17161:52931d71400f

doc: Document that first argument can be an axes handle for several plot functions. * scripts/plot/feather.m, scripts/plot/hggroup.m, scripts/plot/loglogerr.m, scripts/plot/quiver.m, scripts/plot/quiver3.m, scripts/plot/semilogxerr.m, scripts/plot/semilogyerr.m: Document that first argument can be an axes handle for several plot functions.
author Rik <rik@octave.org>
date Fri, 02 Aug 2013 17:37:34 -0700
parents 2510fffc05e1
children fa9fa6ab76f0
line wrap: on
line source

FCN_FILE_DIRS += special-matrix

special_matrix_FCN_FILES = \
  special-matrix/gallery.m \
  special-matrix/hadamard.m \
  special-matrix/hankel.m \
  special-matrix/hilb.m \
  special-matrix/invhilb.m \
  special-matrix/magic.m \
  special-matrix/pascal.m \
  special-matrix/rosser.m \
  special-matrix/toeplitz.m \
  special-matrix/vander.m \
  special-matrix/wilkinson.m

FCN_FILES += $(special_matrix_FCN_FILES)

PKG_ADD_FILES += special-matrix/PKG_ADD

DIRSTAMP_FILES += special-matrix/$(octave_dirstamp)