Borrar filtros
Borrar filtros

I want to know how to use MATLAB to invoke two software to process data

7 visualizaciones (últimos 30 días)
peng
peng el 12 de Abr. de 2024
Comentada: peng el 19 de Abr. de 2024
How to use Phreeqc software in MATLAB to process the data in geochemistry, and then use COMSOL software to process the physics

Respuestas (1)

Mario Malic
Mario Malic el 12 de Abr. de 2024
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.
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!

Translated by