Community Profile

photo

mukul anand


Last seen: 8 månader ago Active since 2019

Statistics

  • First Review
  • Explorer
  • Thankful Level 1

View badges

Content Feed

View by

Question


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 ...

mer än 4 år ago | 0 answers | 0

0

answers

Question


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 ...

mer än 4 år ago | 1 answer | 0

1

answer