photo

raffaele orlando


Last seen: 6年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
166,551
of 301,219

評判
0

コントリビューション
4 質問
0 回答

回答採用率
75.0%

獲得投票数
0

ランク
 of 21,193

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,467

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

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

1

回答