I want to know how to use MATLAB to invoke two software to process data
4 次查看(过去 30 天)
显示 更早的评论
How to use Phreeqc software in MATLAB to process the data in geochemistry, and then use COMSOL software to process the physics
0 个评论
回答(1 个)
Mario Malic
2024-4-12
There are different ways of doing it, which should be adapted to your application. This involves interacting with COM objects, both in Phreeqc and COMSOL. It's not MATLAB itself that can tell you how to interact with these software, but knowledge of them.
If you want to do it on high-level, then you should first learn how to build models for your specific case using keywords/commands for each program. Everything you do in the software while you are interacting with UI can be represented as sequence of keywords/commands, and you can probably find a way to get it in a textual way (usually it's called macro recording, but the name can differ). You can use this information to figure out how to create a model "programatically" using any programming language.
https://water.usgs.gov/water-resources/software/PHREEQC/documentation/phreeqc3-html/phreeqc3-3.htm#50593799_12744 Last section mentions COM capabilities of the software.
I am sure there are plenty of resources on COMSOL side of things on the internet if you just search.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!