photo

Raymond Elliott


Last seen: mehr als 3 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

4 Fragen
0 Antworten

RANG
148.449
of 300.365

REPUTATION
0

BEITRÄGE
4 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
75.0%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Trouble taking the differential of a function
I have the following code: func =@(x) (((w_0*L)/(3*(pi^4)*E*I))*48*(L^3)*cos((pi*x)/(2*L))-48*(L^3)+(3*(pi^3)*L*(x^2))-((pi^3)*...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Solving an equation for a variable
I am given the following equation, fx =@(x) ((15*3)/(3*pi^4*70*5.29E-6))*(48*3^3*cos((pi*x)/(2*3))-(48*3^3)+(3*pi^3*3*x^2)-(pi^...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Taking the derivative of a long function
I have written out a function and I need to take the derivative of that function. However, when I try to use diff() I am getting...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Help using fprintf function
I am writing a .m file to later call in my main script that will use the bisection method to solve a problem. However, on my fpr...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten