Is there any way to pass a matrix (not an array) from sol1 as the IC-2 for finding sol2

1 次查看(过去 30 天)

采纳的回答

Rhea Chandy
Rhea Chandy 2021-5-5
Hello,
You can take a look at this documentation: Solve 1-D parabolic and elliptic PDEs for a little more information on what you're looking for.
This seems like a homework question, if you can provide the code you've written to solve the problem and ask a specific question about where you're facing difficulty, we may be able to provide some guidance.
  1 个评论
Hashim
Hashim 2021-5-5
Thank you for your comment Rhea. I was looking for a way to pass the final concentration from sol1 (the whole vector) as the intial condition for sol2. I was able to do that via the command given below and so far the answer is making sense. Also, this is not a homework problem rather my project as a postgrad student. I'll be posting further questions regarding this.
interp1(xmesh, c1(N,:), x)
Thanks!

请先登录,再进行评论。

更多回答(0 个)

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by