Feeds
提问
What is this block called in MATLAB R2021a
What is this block called in MATLAB R2021a?
4 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0
