photo

BobbyJoe


Last seen: 4년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
179,216
of 300,343

평판
0

참여
7 질문
0 답변

답변 채택
85.71%

획득한 표
0

순위
 of 20,926

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,172

참여
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년 초과 전 | 답변 수: 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...

거의 5년 전 | 답변 수: 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...

거의 5년 전 | 답변 수: 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^...

거의 5년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변