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.

 採用された回答

Wayne King
Wayne King 2012 年 2 月 11 日

0 投票

Uptal, You can also try the following:
restoredefaultpath; matlabrc
then see if that corrects your problem.

1 件のコメント

Reed Trende
Reed Trende 2022 年 5 月 6 日
I am having the same problem as Utpal and this did not fix it. The ver command says I have the bioinformatics toolbox installed, and license('test','bioinformatics_toolbox') returns a 1. But still, after inputting the above command, which -all featuresparse returns "'featuresparse' not found"
Any idea how I can fix this?

サインインしてコメントする。

その他の回答 (2 件)

Wayne King
Wayne King 2012 年 2 月 11 日

0 投票

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
Utpal Bakshi 2012 年 2 月 11 日
Thanks for helping... when i used ver i couldnot find Bioinformatics toolbox, and the licence commands yields 1.
Wayne King
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
Utpal Bakshi 2012 年 2 月 11 日
yes wayne.. i also found bioinfo toolbox folder on my program file.. is there any way to manually set it up?
Utpal Bakshi
Utpal Bakshi 2012 年 2 月 11 日
i am using matlab version 7.9
Wayne King
Wayne King 2012 年 2 月 11 日
try
>>rehash toolbox

サインインしてコメントする。

Walter Roberson
Walter Roberson 2012 年 2 月 11 日

0 投票

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.

1 件のコメント

Utpal Bakshi
Utpal Bakshi 2012 年 2 月 11 日
thanks walter.. but i do not get bioinformatics toolbox with ver command .. and which -all featuresparse can not locate it says 'featuresparse' not found.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeBioinformatics Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by