Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Subscript indices must either be real positive integers or logicals.

1 Ansicht (letzte 30 Tage)
Mo Das
Mo Das am 3 Jun. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
hi friends. i have this code . when i execute first or second part in seprate script , it works and gives me answer . but when i execute both of them in one script and after each other it shows me that error .
*Subscript indices must either be real positive integers or logicals.
what should i do?
PVbi = BAC .* PCBreakEven ; %part 1
PVbiSum = [sum(PVbi(2:end,1:numel(duration)))];
EV = BAC .* PC ; % part2
SigmaEV = [sum(EV(2:end,1:4)) ;sum(EV(2:end,5:8)) ;
sum(EV(2:end,9:12)) ;sum(EV(2:end,13:16)) ;
sum(EV(2:end,17:20)) ;sum(EV(2:end,21:24))];
  6 Kommentare
Alex Mcaulley
Alex Mcaulley am 3 Jun. 2019
Your code should work with the data you specified. Please upload all your variables in a mat file to see what is happening.
Mo Das
Mo Das am 3 Jun. 2019
yeah it works . the problem was other codes beetwen them . thx

Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by