photo

Yasir Ghazi


Last seen: 거의 2년 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

17 질문
1 답변

순위
104,029
of 300,364

평판
0

참여
17 질문
1 답변

답변 채택
5.88%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


Voltage Swell from Signal Builder
How can I get Voltage Swell in power system from Signal Builder?

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


what's wrong with my program?
function plotp() p = linspace(-3,3); n1i = 2.*p + 2; a1i = satlin(n1i); n2i = p-1; a2i = satlin(n2i); n12 = a1i-a2i; a12 ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


What does this error mean? power flow code
% Bus Bus Voltage Angle ---Load---- -------Generator----- Injected % No code Mag. Degree ...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I need matlab code to calculate cost of generator without optimization algorithm
calculate cost of generator

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Optimal power flow by linear programming based optimization code?
I need code

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Optimal Power Flow by Vector PSO: I need add generate at bus 10 ( 30MW).What is the change in this code?
clear; clc; % IEEE 30-BUS TEST SYSTEM (American Electric Power) % Bus Bus Voltage Angle ---Load---- -...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


What is the error in this data for Power flow solution by Newton-Raphson method?
% |Bus | Type | Vsp | theta | PGi | QGi | PLi | QLi | Qmin | Qmax | busdat36 =[1 3 1.000 0 0.0 ...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


I need IEEE 30 bus test system inserted in PSAT?
I need IEEE 30 bus test system inserted in PSAT?

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


How to design a PID controller for MIMO systems?
Linearized Model​:- a=[-100 -628.32 -1000 0 0 0 0 0 0 0 0;226.19 -100 0 -1000 0 0 0 0 0 0 0;100000 0 0 -628.32 -104790 0 102500...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


what is the error in this simulink
<< <</matlabcentral/answers/uploaded_files/96993/1.PNG>> >>

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


I need transfer function of this state space ( Like figure below)
<</matlabcentral/answers/uploaded_files/96148/1.PNG>> a=[-100 -628.32 -1000 0 0 0 0 0 0 0 0;226.19 -100 0 -1000 0 0 0 0 0 0 0...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


I need output state space model by using matlab simulink
I have state space model: a=[-100 -628.32 -1000 0 0 0 0 0 0 0 0;226.19 -100 0 -1000 0 0 0 0 0 0 0;100000 0 0 -628.32 -104790 0 ...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


How can I change this code to plot finger below without line red coler
clc; clear all; close all; fs = 1000; t = 0:1/fs:0.2; Im = 504.38; % Volt f0 = 60 ;% Hz q = 0.5 ;...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


How can I change the scale of y axis from figure 1 to figure 2
<</matlabcentral/answers/uploaded_files/95146/xkvxvxl.PNG>> <</matlabcentral/answers/uploaded_files/95147/sfdsdfs.PNG>>

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


I need to plot Step Response why this error in code and what is the solution?
a=[-100 -628.32 -1000 0 0 0 0 0 0 0 0;226.19 -100 0 -1000 0 0 0 0 0 0 0;100000 0 0 -628.32 -104790 0 102500 0 0 0 0;0 1e6 226.19...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


How can I change this code to plot finger below
Code: clc; clear all; close all; fs = 1000; t = 0:1/fs:0.2; Vm = 720; % Volt f0 = 50 ;% Hz q =...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


How can I change the line color in a graph using plot?
to plot this figure clc; clear all; close all; fs = 1000; t = 0:1/fs:0.2; Vm = 720; % Volt ...

거의 8년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Solve state space equation by ODE45
I have Linearized model state-space show below [I need to plot output (P&Q) in matlab ] <</matlabcentral/answers/uploaded_f...

거의 8년 전 | 0