Statistica
RANK
145.548
of 300.392
REPUTAZIONE
0
CONTRIBUTI
4 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 168.373
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
diff(f) saying "Undefined function 'diff' for input arguments of type 'function_handle'." and diff(f(x)) giving"Undefined function or variable 'x'."
Figured it out entirely thanks to Walter Robinson. syms x; df=matlabFunction(diff(f(x))); X=repelem(Xlist,2); %Creating the ...
circa 6 anni fa | 0
Domanda
diff(f) saying "Undefined function 'diff' for input arguments of type 'function_handle'." and diff(f(x)) giving"Undefined function or variable 'x'."
I am trying to differentiate an equation f(x) which is input as as function_handle (e.g: @(x) x^2) and evaluate at different poi...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
natural cubic spline interpolation
I need to write a function that takes a list of x values and an equations as parameters and outputs a 4xn matrix made out of the...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
write a function that takes any equation as an input
I saw that similar questions were asked previously by they were way too specific to be helpful for me. I need to write a functi...
circa 6 anni fa | 2 risposte | 0
2
risposteDomanda
lagrangian polynomial function giving the incorrect answer
I have to write a function that gives the lagrangian interpolating polynomial estimation for a point, given a set of points. He...
circa 6 anni fa | 2 risposte | 0

