Community Profile

photo

Willim


Last seen: 14 days ago Active since 2018

Statistics

  • Explorer
  • Knowledgeable Level 1
  • Thankful Level 3
  • Revival Level 2
  • First Answer

View badges

Content Feed

View by

Question


How to Simulate Transformer Using T-model reference to primary and Controlled-Sources ?
I am using a Linear Transfomer for my model with specific input/output voltage. As in the model file. I want to use the T-model ...

11 months ago | 1 answer | 0

1

answer

Question


why the error in the following " set_param(BlockName,BlockParameter,StringValue); "
I am trying to change the parameters inside a Linear Transfomer Magnetization resistance and inductance [Rm(pu) Lm(pu)]:. These ...

11 months ago | 1 answer | 0

1

answer

Question


How can I change a parameter in my simulation in the after sometime of the run time ?
I have simulation model that will be run for 5 sec. I want to run my simulation for 3 sec, then change some parameters in my mod...

4 years ago | 1 answer | 0

1

answer

Question


How can I implement the following blocks and code in function block ?
I would use the following integral equation as function block in my simulation. I know I can do it as what I attached but I need...

4 years ago | 1 answer | 0

1

answer

Question


How to create initialize block on SIMULINK model corresponding with M-file
It is a block that is just show there is a file need to be run for the simulation. As shown in the picture This picture sh...

4 years ago | 1 answer | 0

1

answer

Question


How to repshape array to matrix with different length of each row ?
Lets assume we have array M with size 1*100 M= [1 2 3 4 5 6 7 8 9 0 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 9 2 ....] I need to repha...

4 years ago | 1 answer | 0

1

answer

Question


USing BVP solver to solve 2-D Laplace’s equation?
I have confusion about how to use the bvp solver to solve the 2-D Laplace’s equation (∇2u=∂2u∂x2+∂2u∂y2=0) with in a boundary (r...

5 years ago | 1 answer | 0

1

answer

Question


Intergrate a array over Tb?
If I have x=[0.2 1 0.485 0.13 0.11] , I have Tb=10ms and the fs=16*fb; %Sampling frequency Ts=1/fs; I would...

5 years ago | 1 answer | 0

1

answer

Question


encoding NRZ polar as square wave ?
Hello I have tried to encode my binary information over specific interval in time fb= 1e3; % the channel da...

5 years ago | 1 answer | 0

1

answer

Question


spectral density for an array ?
I have an array x = [ 4 5 5 6 4 2 6 7 4] , i would like to use fft to find the spectral density for x ? is there anyway to fin...

5 years ago | 1 answer | 0

1

answer

Question


Multiply and shift ?
I would like to have a code that can generate the maltiplication for x after shifting them many time x=[1 2 4 1 3 4 5 1 3] I ...

5 years ago | 1 answer | 0

1

answer

Question


I have array with different length I would put them in one matrix
I have different length arrays such as t1=[1 2 1 2 3 4]; t2=[2 4 5 5 2 2 434 3 4 32 3 2]; t3= [3 4 5 2 1 1 1 2 3 4 4 4 44...

5 years ago | 1 answer | 0

1

answer

Question


I would add one variable inside function
I have x(t) and I would to create x(t+ta) by matlab code. For example if I have x(t)= 2t+3 , I need to create x(t+ta)= 2t+2ta+...

5 years ago | 2 answers | 0

2

answers

Question


How Can I count the ascending runs in array ?
if I have an array such as x=[1 2 3 2 1 2 4 5] I would generate a binary array for binary search binaryarray= [1 1 1 0 0 1 ...

5 years ago | 1 answer | 0

1

answer

Question


Error in function ?
when I run it I got the following error Undefined function or variable 'TBack'. Error in interp (line 18) TBack; Erro...

5 years ago | 1 answer | 0

1

answer

Question


Extract the index and find the value in other array that have the same extracted index?
I have many arrays but in my question I'll minimize it to be understood for you. if I have t1=[ 1.0000 1.1000 1.2000 ...

5 years ago | 1 answer | 0

1

answer

Question


Repalce zero element by the number before it ?
If I have array called N, N = [2 0 7 0 9 10 0 0 11 0 0 ]; I want to create new array M t...

5 years ago | 3 answers | 0

3

answers

Question


Undefined function or variable 'Ybus' error ?
I am trying to run the load flow for 50buses. I have inserted the all parameters in the model but when I run the load flow I hav...

5 years ago | 1 answer | 1

1

answer

Answered
Load flow convergence problem
Thank you for sharing the problem. I would like to contact you if you would like to help each other in this problem.

5 years ago | 0

Answered
load flow code for power distribution network
I have found a code for 57 buses. <https://www.mathworks.com/matlabcentral/fileexchange/63719-ieee-57-bus-system-load-flow-an...

5 years ago | 0

| accepted