lsqcurvefit doesn't curve fit
I have a model which I want to paramtrise using lsqcurvefit. I have 10 parameters that I must find and I have 10 pieces of data ...
Optimisation of parameters in a PDE
Hi,
Suppose I am dealing with the heat equation:
∂T/∂t=α∂^2T/∂x^2 and I have some data which I want to fit it to and determ...
回答済み System of PDEs which is tricky for PDEPE
I have some values which allow the code to run BUT I have oscillations in the diffusion which I should not get. I am assuming th...
Problems with pdepe and input variables
I have played around with my code and have the following code for pdepe which looks as if it should work:
function battery_...
8年弱 前 | 0 件の回答 | 0
0
回答
回答済み System of PDEs which is tricky for PDEPE
So I managed a work around to get pdepe to work with my system and the code I'm using is:
%This is the simplistic model of ...
8年弱 前 | 0
質問
System of PDEs which is tricky for PDEPE
I have a system of PDEs, mainly diffusion equations of the form:
T_t-(k(x)(T_x)_x=a*E^2
c_t-(D(x)*c_x)_x=d*(E_x+c_x-T_x)
...