Feeds
提问
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)*...
5 years 前 | 1 个回答 | 0
1
个回答提问
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^...
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 2 个回答 | 0

