photo

Konrad Brine


Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
1 Risposta

RANK
145.548
of 300.392

REPUTAZIONE
0

CONTRIBUTI
4 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
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

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Risposto
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

risposta

Domanda


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

risposta

Domanda


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

risposte

Domanda


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

2

risposte