photo

BobbyJoe


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
238,583
of 299,916

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,562

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Adding a legend for different data sets
Hi I have the following code: function API1 function C=kinetics(theta,t) c0=[0.575;0.748;0]; %Initial Concentration [T...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Help finding R^2 value for curves
Hi all, The following code produces a graph which compares simulated experimental results against actual experimental data poin...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Predicting the kinetic constant of a reaction based on experimental data
I have the following optimised reaction based on experiments: A + 1.7B -> C (A = Rifamycin Oxazine; B = Piperazine; C = Rifampic...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How to solve differential equation
Hi, I have the following line of code: clear all; clc; answer = dsolve('Da=-k1*a*(b^1.7)','Db=-k1*a*(b^1.7)', 'Dc=k1*a*(b^...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Parameter Estimation for a System of Differential Equations
The following set of ODE's have been previously used in a research paper to produce best fit curves for concentration vs time da...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Problem with dsolve: Unable to find explicit solution
Hi everyone, I am trying to solve the following ODE: consider that [3] = a, [4] = b and [5] = c I am using the following co...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Help to find minimum values of a multivariable function
I have the following function "TotalSum.m": function [SS] = TotalSum(k1,k2,T,A_Ydata,B_Ydata,C_Ydata) SS = ConcA(k1,T,A_Ydata)...

5 years 前 | 1 个回答 | 0

1

个回答