Converting an Excel Diffusion Model to Matlab

4 views (last 30 days)
I am attempting to recreate a diffusion model from Excel in Matlab. The Excel model had a large spreadsheet where concentrations could be calculated by looking at the values in adjacent cells and in previous timesteps. I have recreated this in Matlab, but it is a static model. In Excel, I was able to use solver to adjust a few input variables to calibrate my model. I see that Matlab is capable of performing solver functions, but I’m not sure how to iteratively calibrate my model, since it appears that I will have to have Matlab recreate the model in each iteration. Any general guidance on how to approach this would be appreciated.
What I currently have in Matlab is a function that accepts input variables and yields a massive matrix with concentrations at different depths over many timesteps. I would like to use a solver function to determine which input variables yield an output matrix that best matches measurements I have for specific depths at specific times.

Answers (0)

Categories

Find more on Data Import from MATLAB 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!