Error using the count function.
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import from MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!