Statistiques
2 Questions
0 Réponses
RANG
191 644
of 301 200
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 21 190
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 339
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
Feeds
Question
Calculating derivative of a function
a=62; b=95; y = @(x) (3*x.^2.*sin(a*x))./(x.^2+b); dy = diff(y) I don't know exactly how i need to calculate the der...
presque 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
plotting line function in 3D
t = linspace(0, 4*pi); x = @(t)(4+sin(a*t))*cos(3*t); y = @(t) (4+sin(a*t))*sin(3*t); z = @(t) cos(3*t); How is it...
presque 9 ans il y a | 1 réponse | 0
