Willim
Followers: 0 Following: 0
Estadística
18 Preguntas
3 Respuestas
CLASIFICACIÓN
8.490
of 295.448
REPUTACIÓN
5
CONTRIBUCIONES
18 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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+...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Error in function ?
when I run it I got the following error Undefined function or variable 'TBack'. Error in interp (line 18) TBack; Erro...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 6 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
casi 6 años hace | 1 respuesta | 1
1
respuestawhy load flows are not converging for ieee 39 bus system in matlab simulink? (with syn. machines)
I have same problem , any help ?
casi 6 años hace | 0
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.
casi 6 años hace | 0
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...
alrededor de 6 años hace | 0
| aceptada