Undefined function or method
显示 更早的评论
Hello everyone, I am new on MATLAB and today I try to reproduce the demo given on Bioinformatics toolbox namely "Investigating the Bird Flu Virus". But whenever I used 'featuresparse' function as given in the demo it returns "Undefined function or method 'featuresparse' for input arguments of type 'struct'". same error appears with some other functions as well (viz. 'getgenbank' function). Maybe it's a too simple question to ask, but I am totally clueless. I am sure anyone of u will help me in this. Thanks in advance.
采纳的回答
更多回答(2 个)
Wayne King
2012-2-11
It sounds like the Bioinformatics Toolbox is not installed on your machine, or not properly installed.
If you enter
>>ver
at the command prompt, do you see the Bioinformatics Toolbox in the list of products?
Also, does the command:
>>license('test','bioinformatics_toolbox')
return a 1, or 0?
5 个评论
Utpal Bakshi
2012-2-11
Wayne King
2012-2-11
The license command gives 1, but you do not see it in the output of ver??? are you sure?
See Walter's answer, what version are you using?
Utpal Bakshi
2012-2-11
Utpal Bakshi
2012-2-11
Wayne King
2012-2-11
try
>>rehash toolbox
Walter Roberson
2012-2-11
featuresparse appeared in the toolbox for R2006b and has been there since. If you are using that version or newer, please use
ver
to check whether it thinks you have a license for the bioinformatics toolbox, and please use
which -all featuresparse
to see whether it can locate the file.
类别
在 帮助中心 和 File Exchange 中查找有关 Bioinformatics Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!