changeset 11574:17ec70047ad4 octave-forge

Changes in the help
author rafavzqz
date Wed, 27 Mar 2013 16:55:19 +0000
parents 383535d6d361
children 957eec76b69b
files extra/nurbs/inst/basisfun.m extra/nurbs/inst/basisfunder.m extra/nurbs/inst/numbasisfun.m
diffstat 3 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/extra/nurbs/inst/basisfun.m	Mon Mar 25 15:28:18 2013 +0000
+++ b/extra/nurbs/inst/basisfun.m	Wed Mar 27 16:55:19 2013 +0000
@@ -19,6 +19,10 @@
 %   
 %    Adapted from Algorithm A2.2 from 'The NURBS BOOK' pg70.
 %
+% See also: 
+%
+%    numbasisfun, basisfunder
+%
 % Copyright (C) 2000 Mark Spink
 % Copyright (C) 2007 Daniel Claxton
 % Copyright (C) 2009 Carlo de Falco
--- a/extra/nurbs/inst/basisfunder.m	Mon Mar 25 15:28:18 2013 +0000
+++ b/extra/nurbs/inst/basisfunder.m	Wed Mar 27 16:55:19 2013 +0000
@@ -20,6 +20,10 @@
 %   
 %    Adapted from Algorithm A2.3 from 'The NURBS BOOK' pg72.
 %
+% See also: 
+%
+%    numbasisfun, basisfun
+%
 %    Copyright (C) 2009,2011 Rafael Vazquez
 %
 %    This program is free software: you can redistribute it and/or modify
--- a/extra/nurbs/inst/numbasisfun.m	Mon Mar 25 15:28:18 2013 +0000
+++ b/extra/nurbs/inst/numbasisfun.m	Wed Mar 27 16:55:19 2013 +0000
@@ -17,6 +17,10 @@
 %   
 %      N - Basis functions (numel(u)x(p+1))
 %   
+% See also: 
+%
+%    basisfun, basisfunder
+%
 %    Copyright (C) 2009 Carlo de Falco
 %
 %    This program is free software: you can redistribute it and/or modify