統計
MATLAB Answers
7 質問
0 回答
ランク
of 171,018
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
5年弱 前 | 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
