photo

raffaele orlando


Last seen: presque 6 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
166 422
of 301 204

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
0

RANG
 of 21 191

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 368

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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 ...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


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...

presque 6 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


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)

presque 6 ans il y a | 1 réponse | 0

1

réponse