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

2 views (last 30 days)

Accepted Answer

Rhea Chandy
Rhea Chandy on 5 May 2021
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 Comment
Hashim
Hashim on 5 May 2021
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!

Sign in to comment.

More Answers (0)

Tags

Products

Community Treasure Hunt

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

Start Hunting!