統計
MATLAB Answers
4 質問
0 回答
ランク
of 173,467
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How i can use this code with the funz=3*x^2
function [t,y]=euler_FORWARD(funz,intervallo,y0,ninterval) t0=intervallo(1) tend=intervallo(2) h==(tend-t0)/ninterval t=t0 ...
6年弱 前 | 0 件の回答 | 0
0
回答質問
fzero of function 3 variables
function dydt = eqdiff(t,y,lambda) dydt=-lambda*y lambda=1 I write fzero( @eqdiff(t,y,lambda),2) matlab give me errore m...
6年弱 前 | 2 件の回答 | 0
2
回答質問
matlab give me error
function hdot = height(t,h) hdot = -(0.0334*sqrt(h))/(10*h-h^2); [t, h] = ode45 (@height, [0 2475], 9); plot(t,h),xlabel('Tim...
6年弱 前 | 1 件の回答 | 0
1
回答質問
matlab give me error when i use fzero to calculate zero of function
fzero of function fun = @sin; % function x0 = 3; % initial point x = fzero(fun,x0)
6年弱 前 | 1 件の回答 | 0

