help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

help with bwmorph on OS X


From: Justin MacCarthy
Subject: help with bwmorph on OS X
Date: Sun, 25 Oct 2009 21:56:50 +0700

I just downloaded octave , so be gentle. OS X binary.

I have a *.m script that uses the  bwmorph function
When I try to use that function ...

octave-3.2.3:17> help bwmorph
error: help: `bwmorph' not found
octave-3.2.3:17> bwmorph
error: `bwmorph' undefined near line 17 column 1
octave-3.2.3:17> bwmorph()
error: `bwmorph' undefined near line 17 column 1
octave-3.2.3:17> help bwmorph
error: help: `bwmorph' not found
octave-3.2.3:19> x = bwmorph('my.jpg')
error: `bwmorph' undefined near line 19 column 5
octave-3.2.3:19> x = bwmorph('my.jpg','thin',3)
error: `bwmorph' undefined near line 19 column 5


Any ideas ????


reply via email to

[Prev in Thread] Current Thread [Next in Thread]