Error using the count function.

1 回表示 (過去 30 日間)
Kugen Raj
Kugen Raj 2012 年 3 月 18 日
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?

回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import from MATLAB についてさらに検索

タグ

タグが未入力です。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by