Subscripted assignment dimension mismatch for table variable 'A'.

1 visualización (últimos 30 días)
Seum Bin Rahman
Seum Bin Rahman el 7 de Sept. de 2019
Comentada: Walter Roberson el 7 de Sept. de 2019
for j=1:1:P
A = raw(strcmp(data,reference),[2, 5, 6, 11:16]);
B=table2cell(A);
T(j,:)=table(B)
end
error: Subscripted assignment dimension mismatch for table variable 'A'.
  1 comentario
Walter Roberson
Walter Roberson el 7 de Sept. de 2019
If the strcmp does not have exactly one true result then you get a mismatch on the number of rows of the table being assigned to.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by