Multialign error in MATLAB
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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]},...
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Characters and Strings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!