photo

Rhianne Tallarico


Rutgers The State University of New Jersey

自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
0 个回答

排名
118,642
of 301,313

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,236

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,955

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答