Multialign error in MATLAB

1 回表示 (過去 30 日間)
Venitha Bernard
Venitha Bernard 2018 年 1 月 25 日
I keep getting the following error:
ma = multialign(hypno,tree,'ScoringMatrix',...
{'pam150','pam200','pam250'})
showalignment(ma)
Error using zeros
Out of memory. Type HELP MEMORY for your options.
Error in profalign>affinegap (line 585)
F = zeros(n+1,m+1,numStates);
Error in profalign (line 363)
[F, pointer] = affinegap(prof1,len1,prof2,len2,SM,go1,go2,ge1,ge2,wg1,wg2);
Error in multialign (line 563)
[profs{rootInd} h1 h2] = profalign(profs{[i,rootInd]},...
I got the code from the MATLAB multialign page.

回答 (0 件)

カテゴリ

Help Center および File ExchangeCharacters and Strings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by