How to Rectify the "index must be a positive integer or logical" Error in my code?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi....Everybody... How are you?
??? Attempted to access dompol1(-1,:); index must be a positive integer or logical.
Error in ==> DEIMGC at 12 D1=dompol1(fraco(4),:);
Error in ==> VQWTVARWTQT at 486 [cimg1g]=deimgc(vqcode7g,dompool3g,gsize,scale);
This is Error in my code? How to correct that Error in my code.
>>
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Muruganandham Subramanian
am 14 Dez. 2012
Bearbeitet: Muruganandham Subramanian
am 14 Dez. 2012
Use abs() command
Siehe auch
Kategorien
Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!