photo

xin


Last seen: 대략 1년 전 2024년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

18 질문
0 답변

순위
290,744
of 300,364

평판
0

참여
18 질문
0 답변

답변 채택
55.56%

획득한 표
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 3
  • Explorer

배지 보기

Feeds

보기 기준

질문


I am trying to implement a state space solution in Simulink with 1 variable m in matrix C, but the runtime error says Variable ‘m’ does not exist.
I am trying to implement a state space solution in Simulink with 1 variable m in matrix C, but the runtime error says Variable ‘...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to fill the space between two surfaces?
If f1(x,y)≤z≤f2(x,y), how to draw the range of z? If the upper and lower limits of z are described by separate functions, how to...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


If f1(x,y)≤z≤f2(x,y), how to draw the range of z?
x=-5:0.1:5; y=-5:0.1:5; for m=1:101 for n=1:101 z1(m,n)=x(m)^2+y(n)^2; z2(m,n)=3*x(m)^3+y(n)^2+1; end end surf(x...

대략 1년 전 | 답변 수: 3 | 0

3

답변

질문


How to solve for the maximum or minimum value of a symbolic function
I have a complex symbolic function and want to find the corresponding maximum or minimum value. So I make its derivative equal t...

대략 1년 전 | 답변 수: 3 | 0

3

답변

질문


Why are the results of the iterative calculations different?
Consider the solution for capacitive current,,running different codes gives different results. %%%%%%%%%%%%%%% clear clc T=1...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to solve optimization problems with constraints of differential equations constraints ?
I want to use the fmincon function but I don't know how to write constraints with differential equations.

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Using z-transform to solve the capacitor current, but I don't know where I went wrong.
Take the simplest capacitive current as an example,, is capacitance. The corresponding transfer function is Applying bilinear...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to extract 50Hz fundamental frequency components or DC components with less delay in Simulink?
I want to extract the 50Hz fundamental frequency component or DC component of the voltage at the shunt point in a double closed ...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Why are there asymmetrical three-phase currents in a three-phase symmetrical circuit?
Inserting zero reference voltage into the system using LC-VSC three phase inverter, both source and load voltages are unbalanced...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Why is there a 50Hz component in the load current dq transformation?
In my modelling for UPFC I found that the dq component of the load current has a 50Hz component, but how can I explain this phen...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to correctly calculate three-phase voltage at the PCC parallel point when placing a STATCOM?
I simulated STATCOM model and found that the calculated voltage at PCC point is not correct with the discrete solver used, how t...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to correctly calculate three-phase voltage at the PCC parallel point ?
I simulated STATCOM model and found that the calculated voltage at PCC point is not correct with the discrete solver used, how t...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


I'm having trouble solving a system of nonlinear equations with the fmincon function.
I want to solve a system of equations containing two non-linear equations, one of which is Psh_newhv == Pse_newhv,the other is Q...

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

1

답변

질문


Solver stopped prematurely. fsolve stopped because it exceeded the function evaluation limit, options.MaxFunctionEvaluations = 2.000000e+02.
I want to solve a system of equations containing two non-linear equations, one of which is Psh==Pse,the other is Qs==0, but solv...

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

1

답변

질문


Colour interference when two surfaces overlap
Colour interference when two surfaces overlap, how to solve it?

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

1

답변

질문


Inverter DC Capacitor Voltage Control
Using PI to control the DC capacitor voltage of the inverter, but there are pulses from 0.4 seconds. I don't know what the cause...

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

1

답변

질문


PLL phase-locked frequency failure
I used the RTU box 204 to build the PLL phase-locked loop, in order to eliminate the algebraic loop, in the phase wt and dq tran...

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

1

답변

질문


How to measure the power of the VSC port
I want to simulate the dynamic voltage restorer simulation, but the strange thing is that when the load voltage is normal, the o...

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

1

답변