Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Hello everyone! I have got a question using power flow and DG allocation.

조회 수: 1 (최근 30일)
Amir Hosseini
Amir Hosseini 2020년 4월 5일
마감: MATLAB Answer Bot 2021년 8월 20일
I have got the matrix of line data of 33 bus network.
I am going to make each array to 0 and then run the power flow.
each time the array which is 0 should return to its normal value and next array should be 0 and power flow should run again. so it should repeat for 33 times.
I wrote a "for" to do the powerflow 33 times and each time devote a 0 to each array but at the end it devoted 0 to all column . I only want to make each array 0 then run the powerflow and then return the value of that array then go to next array and again this algorithm goes on.
for t=2:33
line(t-1,5)=0;
end

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by