photo

Raymond Elliott


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
148,453
of 300,364

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

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

6 years ago | 2 answers | 0

2

answers