Converting an Excel Diffusion Model to Matlab
조회 수: 7 (최근 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!