주선 문
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 154,317
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How can i solve 'vector's length is different'
clc, close all; r=0.012*24;Nmax=1.15*10^7; dt=100; t=0:dt:100; n=100; fdot=3*10^(-10); vmed= 1/(10*(1-0.002)); fent=fdot*vm...
2年以上 前 | 1 件の回答 | 0
1
回答質問
I want to solve it with the unknown
clc,clear;close all; syms r Nddotmax; f = @(t,y,s,r,Nddotmax) (r*((1-y)/Nddotmax)+s-0.0012*0.02*y); %y=Nddotexi,vmed=0.02,fdo...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Matlab plot is not correct
clc,clear;close all; f = @(t,y,s) (0.0012*((1-y)/(1.66*10^(6)))+s-0.0012*0.02*y); %y=Nddotexi,vmed=0.02,fdot=3*10^(-18),r=0.00...
2年以上 前 | 1 件の回答 | 0
1
回答質問
How can i adapt Euloer backward method
Solve this by eulor backward method then I write BW code in matlab simply % dy/dt=y-t^2+1 ; 0<=t<=2 ; y(0)=0.5; clc,cle...
2年以上 前 | 0 件の回答 | 0
0
回答質問
How can i solve loop?
clc;clear;close; a2=0.002;%p=2.7;L=0.015;FA=0.35;MA=10;df=3*10^(-6);W=25*10^(-3); %filter2 %Pe=df*L/W^2; Fk=(4*a2-(a2)^2-3)/4-...
2年以上 前 | 1 件の回答 | 0
1
回答質問
How can i solve "Index exceed the number of array problem(1)
t=0:0.1:800; n=800; Nddotin=500; Nddotpen=8.9; Nddotdep=Nddotin*nfilt; Nddotsur=Nddotdep*(1-nanti); for i=1:n+1 Nddot...
2年以上 前 | 1 件の回答 | 0