photo

mukul anand


Last seen: 1年以上 前 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年 前 | 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年 前 | 1 件の回答 | 0

1

回答