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

2 visualizzazioni (ultimi 30 giorni)

Risposta accettata

Rhea Chandy
Rhea Chandy il 5 Mag 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 Commento
Hashim
Hashim il 5 Mag 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!

Accedi per commentare.

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by