Note: This discussion is about an older version of the COMSOL Multiphysics® software. The information provided may be out of date.
Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Status of study/solution with MATLAB Live Link
Posted Mar 25, 2011, 9:50 a.m. EDT Interfacing Version 3.5a, Version 4.1 3 Replies
Please login with a confirmed email address before reporting spam
I can't figure out how to determine the status of a study or solution in MATLAB. Basically I want to be able to tell if the study has run or needs to be rerun because of changes in the model. It's easy to check the status of a mesh:
String status = model.mesh(<tag>).feature(<ftag>).status()
What am I missing?
String status = model.mesh(<tag>).feature(<ftag>).status()
What am I missing?
3 Replies Last Post Aug 4, 2011, 8:50 a.m. EDT