フィルターのクリア

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

7 ビュー (過去 30 日間)
peng
peng 2024 年 4 月 12 日
コメント済み: peng 2024 年 4 月 19 日
How to use Phreeqc software in MATLAB to process the data in geochemistry, and then use COMSOL software to process the physics

回答 (1 件)

Mario Malic
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.
I am sure there are plenty of resources on COMSOL side of things on the internet if you just search.
  1 件のコメント
peng
peng 2024 年 4 月 19 日
Thank you very much for your answer, it helped me a lot

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSupport Vector Machine Regression についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by