Statistica
MATLAB Answers
2 Domande
0 Risposte
RANK
191.643
of 301.195
REPUTAZIONE
0
CONTRIBUTI
2 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 173.322
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 9 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 9 anni fa | 1 risposta | 0
