Converting an Excel Diffusion Model to Matlab
4 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!