Azzera filtri
Azzera filtri

Subscripted assignment dimension mismatch for table variable 'A'.

2 visualizzazioni (ultimi 30 giorni)
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 Commento
Walter Roberson
Walter Roberson il 7 Set 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.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Tables in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by