Clear Filters
Clear Filters

matlab comsol and matlab appdesigner

5 views (last 30 days)
Young Seok Lee
Young Seok Lee on 28 Apr 2021
Answered: Saurabh on 14 May 2024
matlab comsol과 matlab appdesigner를 함께 사용할 수있는지 궁금합니다.
각각은 다루어 본 경험이 있는데, 이를 함께 사용할 수 있는지 궁금합니다.
matlab R2020b와 comsol 56을 사용하고 있습니다.

Answers (1)

Saurabh
Saurabh on 14 May 2024
Hi Young,
Yes, MATLAB App Designer and COMSOL Multiphysics can indeed be used together, allowing one to create custom graphical user interfaces (GUIs) in MATLAB that interact with COMSOL models.
To run a COMSOL Multiphysics model at the MATLAB command window, start COMSOL with MATLAB:
  • On Windows use the COMSOL Multiphysics with MATLAB shortcut icon that is created on the desktop after the automatic installation. A link is also available in the Windows start menu under COMSOL Multiphysics 5.6>COMSOL Multiphysics 5.6 with MATLAB.
  • On Mac OS X, use the COMSOL Multiphysics 5.6 with MATLAB application available in the Application folder.
  • On Linux, enter the command
comsol mphserver matlab % at a terminal window.
For more information on how to connect COMSOLE with MATLAB, refer this link:

Community Treasure Hunt

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

Start Hunting!