Borrar filtros
Borrar filtros

Error using the count function.

1 visualización (últimos 30 días)
Kugen Raj
Kugen Raj el 18 de Mzo. de 2012
p_all(countA,:)=kk;
hh=find(kk==0);
jj=kk(hh(1,1):end);
q=-diff(jj);
qq=find(q(1:end-1)>0 & q(2:end)<0);
ff=[(hh(1,1)+qq(1,1)),(hh(1,1)+qq(1,3))
aa=kk(ff(1,1):ff(1,2));%im having error in this part.
??? Error: File: Q10.m Line: 86 Column: 3 The expression to the left of the equals sign is not a valid target for an assignment. I don't know what is wrong?

Respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by