Subscript indices must either be real positive integers or logicals
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MiauMiau
am 22 Jun. 2014
Kommentiert: MiauMiau
am 22 Jun. 2014
Hi
I have a (huge) matrix A which I have loaded in my workspace, which does contain numbers between -13.286 and 12.456 etc. Now upon applying X = corr(A) I get the following error:
>> Subscript indices must either be real positive integers or logicals
..what can I do?
0 Kommentare
Akzeptierte Antwort
Roger Stafford
am 22 Jun. 2014
Very likely you have a variable in your system called 'corr' which conflicts with the matlab function of the same name.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!