Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Unable to use 'biograph' function in Matlab R2011a
Posted:
Jan 25, 2013 1:00 PM
|
|
"Joseph " <njdevs55@gmail.com> wrote in message news:kdudmp$9ag$1@newscl01ah.mathworks.com... > While attempting to use 'biograph' function an error is returned; the > function can not be found. > > Example: (http://www.mathworks.com/help/bioinfo/ref/biograph.html)
As the URL indicates, BIOGRAPH is part of Bioinformatics Toolbox.
> cm = [0 1 1 0 0;1 0 0 1 1;1 0 0 0 0;0 0 0 0 1;1 0 1 0 0]; > bg1 = biograph(cm) > Biograph object with 5 nodes and 9 edges. > get(bg1.nodes,'ID') > > Error: "??? Undefined function or method 'biograph' for input arguments of > type 'double'." > > When I type "help biograph"... it responds with "biograph not found". > > I am using Matlab R2011a. Do I need a different version to use 'biograph'?
No, but you do need to have Bioinformatics Toolbox installed and licensed. The first of that you can check using the VER function; the latter you'll want to speak to whomever maintains your license. If you're in charge of maintaining your license, contact MathWorks Sales. If you're using the Student Version it is available as an add-on product.
http://www.mathworks.com/academia/student_version/companion.html
-- Steve Lord slord@mathworks.com To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
|
|
|