photo

Sevval Zengin


Last seen: environ 4 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
263 328
of 301 204

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.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


Which problems are suitable for ode 45?
I dont understand that ode 45's purpose ? why cant i find same answer with quad command ?

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


I tried to solve projectile motion problem (velocity about physic) with matlab . I have some troubles ... Please help me immediately
g=9.80665; T=37; V0=100; Vx=(V0*cos(T)) Vy=abs(V0*sin(T)) tu=(Vy/g) t=(1:tu) --------------- When I changed like that t=(1...

environ 4 ans il y a | 2 réponses | 0

2

réponses

Question


my problem is about @.
syms x f=@x x.^2 quad(f,0,2) System give error that 'Invalid expression. Check for missing multiplication operator, missing o...

environ 4 ans il y a | 2 réponses | 0

2

réponses