problem with this code

8 visualizaciones (últimos 30 días)
preethi
preethi el 12 de Feb. de 2014
Comentada: Patrik Ek el 12 de Feb. de 2014
%%Bifurcation
LBif=(L==3);
LBifLab=bwlabel(LBif);
propBif=regionprops(LBifLab,'Centroid','Image'); CentroidBif=round(cat(1,propBif(:).Centroid)); plot(CentroidBif(:,1),CentroidBif(:,2),'go')
D=6;
Error in ==> Untitled2 at 74
plot(CentroidBif(:,1),CentroidBif(:,2),'go'
  4 comentarios
preethi
preethi el 12 de Feb. de 2014
error in plot(CentroidBif(:,1),CentroidBif(:,2),'go')
Patrik Ek
Patrik Ek el 12 de Feb. de 2014
But what caused the error, You need to pass the full error message, is it something like,
a = 1:10;b=2:10;
plot(a,b,'go')
Error using plot
Vectors must be the same lengths.
The error message needs to be attached.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Nonlinear Analysis 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!

Translated by