Multialign error in MATLAB

1 visualizzazione (ultimi 30 giorni)
Venitha Bernard
Venitha Bernard il 25 Gen 2018
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.

Risposte (0)

Categorie

Scopri di più su Characters and Strings in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by