photo

mukul anand


Last seen: 12 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Review
  • Explorer
  • Thankful Level 1

查看徽章

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

1

个回答