Community Profile

photo

Rhianne Tallarico


Rutgers The State University of New Jersey

Active since 2018

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


How do I produce an R value for the following data?
time_2 = [0.2572 1.3918 2.9652 4.2965 6.1876 7.8971]; conc_2 = [0.2134 0.1638 0.1241 0.0720 0.0149 -0.0447]; figure ...

6 years ago | 1 answer | 0

1

answer

Question


How do I plot a curved best fit line of the data below? Using fitnlm has been recommended.
time_1 = [-0.0151 0.0908 0.3177 0.9834 1.9062 3.3132 4.8563 6.6263 9.1074 9.9697]; conc_1 = [0.9975 0.7146 0.5062 0.2581 0.1266...

6 years ago | 1 answer | 0

1

answer

Question


How do I find the coordinates of the point at which the derivative is 0?
e=1; sigma=0.154; r=linspace(0.154,1,100); U = @(r) 4*e*((sigma./r).^12)-((sigma./r).^6); norm_r = r./sigm...

6 years ago | 1 answer | 0

1

answer

Question


How do I plot a point at the x intercept on this graph?
e=1; sigma=0.154; r=linspace(0.154,1,100); U = @(e,sigma,r) 4*e*((sigma./r).^12)-((sigma./r).^6); norm_r = r./sigm...

6 years ago | 1 answer | 0

1

answer