use poisolv with numerical matrix for the right hand side
Show older comments
Hello,
I'm trying to solve a problem in a way that is very similar of the example given in the documentation : Poisson's Equation on Rectangular Domain Using a Fast Poisson Solver
My problem is very similar and I managed to complete all the steps but instead of an analytical expression (3*x.^2 in the example) for the forced term f I would like to use a numerical matrix obtained from experimental data.
I tried passing it to poisolv directly but I get an error 'Matrix dimensions must agree'.
How can I specify my own right-hand side of the equation matrix ?
Thank you for your help
Answers (1)
Luc Rébillout
on 30 Jul 2015
0 votes
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!