photo

ruan


Last seen: 7일 전 2024년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to draw the function relationship graph between two or three variables, where these variables are solved by a system of equations.
% 定义符号变量 VL=20; syms tc t2 Q_out Vco Vcn VL %参数关系 L=100e-9; C=50e-6; Z=sqrt(L/C); omega=1/sqrt(L*C); VH=24; Io=4; T=2*...

7일 전 | 답변 수: 2 | 0

2

답변

질문


How to solve this equations using matlab code,I use solve but I have obtained a wrong and strange solution, and I don't know why.
% 定义符号变量 syms Q t % 第一个方程 eqn1 = 19/Q + 1/(2*50*10^(-6)) - 5/(24*t^2); % 第二个方程 eqn2 = (5 + 0.5*(Q/(50*10^(-6))))*(Q -...

8일 전 | 답변 수: 2 | 0

2

답변