Borrar filtros
Borrar filtros

Subscripted assignment dimension mismatch

1 visualización (últimos 30 días)
Jakub
Jakub el 15 de Mzo. de 2013
Hi I have function
m=0;
for i=1:18
for j=i+1:19
m=m+1;
pvalue(:,m) = [i j min(microst{i,j}(scale1:scale2,time))];
end
end
It isnt important what computes. It works fine but when i have it in my gui matlab says: Subscripted assignment dimension mismatch. Thanks for help!!

Respuesta aceptada

Image Analyst
Image Analyst el 15 de Mzo. de 2013
Since I don't have your data, all I can do is guess. By chance, is the min() function giving a column vector instead of a row vector? Why don't you assign the results of that min operation to a temporary variable so you can check it. Do you know how to use the debugger?

Más respuestas (0)

Categorías

Más información sobre Debugging and Analysis en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by