Feeds
질문
What is this block called in MATLAB R2021a
What is this block called in MATLAB R2021a?
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
Adding Phase Shifting Transformer to Y matrix
When adding a shift phase transformer, The code shown below is used to modify the admittance matrix using MATLAB Code. t=1.2; ...
대략 4년 전 | 답변 수: 0 | 0
0
답변질문
Repeating while loop until the conditions are met
The following code should calculate the powers: P1, P2, and P3, I found them correctly, but there are limits for each power. P...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Z-bus Matrix Building Algorithm
Write a MATLAB code to build Z-bu matrix if bus data and line data are given. Here's my attempt, I got wrong result. Could some...
거의 5년 전 | 답변 수: 0 | 0
0
답변질문
Adding a row and column is a matrix
I intializes a zero matrix [#bus,#bus] (name it z). And would like to increase a row and a column and do that in a for loop (nam...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
Operations of matrices using MATLAB code
How to get a 3x1 matrix for I ( I = Eg/Xg and both E and Xg are 3x1 matrices) What are the formulas of the active power,...
거의 5년 전 | 답변 수: 0 | 0
0
답변질문
Adding matrices in a for loop
I have a for loop that has # of iterations ('n'), and want to add the 1st matrix values with the 2nd matrix, then add with the 3...
거의 5년 전 | 답변 수: 0 | 0
