ruan
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 153,822
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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