mukul anand
Followers: 0 Following: 0
Feeds
提问
Error using vertcat Dimensions of arrays being concatenated are not consistent. Error in TR1 (line 76) Jcob=[J1 J2;J3 J4;J5 J6];
clc; YBUS IP_DATA e=busdata(:,3); f=busdata(:,11); V=e+1i*f; g=real(ybus); b=imag(ybus); y=g+1i*b; J1=zeros(1,n); for ...
5 years 前 | 0 个回答 | 0
0
个回答提问
Index in position 1 exceeds array bounds (must not exceed 1).
clear all; clc; YBUS IP_DATA e=busdata(:,3); f= 0; V=e+1i*f; g=abs(ybus); b=0; y=g+1i*b; J1=zeros(1,n); for i=2:nbus ...
5 years 前 | 1 个回答 | 0