Multialign Error: Matrix dimensions must agree

1 visualización (últimos 30 días)
Maria Takla
Maria Takla el 30 de Mayo de 2020
Comentada: Maria Takla el 1 de Jun. de 2020
I have this error going on, that I have no idea where it comes from. The thing is I have used the same type of dataset, from the same database, before, and I didn't have any problem. What could be wrong?

Respuestas (1)

Image Analyst
Image Analyst el 30 de Mayo de 2020
Fasta must be a linear index like 1,2,3 etc. or a logical index like true or false. It cannot be a structure. If I have a vector v = [2,4,6] I can get the first, second, or third element. How could I possibly get the fasta'th element? It does not evaluate to a number or logical.

Categorías

Más información sobre Data Import and Export en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by