Thanks for the help. However, I don't have an equation to input; I just have two thousand points that seem to make a smooth curve. Can Matlab find the equation to the curve?
Thanks dude,
The integration worked well. to differentiate, I understand the method, but I feel like there's a function that should do that in MATLAB. Maybe pdeval(m,x,ui,xout)??
The complete equation I'm working up to is:
A \cdot \frac{\partial}{\partial x} \cdot \left[ \kappa(T(x)) \cdot \frac{\partial T(x)}{\partial x}\right] - m^{\cdot}_{I}C_{p}(T) \cdot \frac{\partial T}{\partial x} + \frac{\rho(T) \cdot I^{2}_{0} }{A} = 0
so, by making
e_{a} = 0
d_{a} =...
For now, the cross sectional area is constant. But in the future, the geometry will not be a simple rod and will vary.
I am not worried about transient analysis yet. I figure it's be best to start with the steady state and progress from there.
I will also need to add convection and...
Hi,
I have done the above and now would like to both integrate and find the derivative of the function created by the interpolation. How do I go about doing this?
OK, so I have gone over the user guide and I see that they are the same. So, I'm still trying to solve the equation:
A \cdot \frac{\partial}{\partial x} \cdot \left[ \kappa(T(x)) \cdot \frac{\partial T(x)}{\partial x}\right] = 0
And from what I can gather, I would just change the coefficient...
Hi everyone,
I kind of figured out where to input my simple equation, but I keep getting an error due to a zero matrix. How do I find where this zero matrix is located?