Community Profile

photo

Raymond Elliott


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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)*...

3 years ago | 1 answer | 0

1

answer

Question


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^...

3 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 1 answer | 0

1

answer