comsol server matlab, log file
Hello, I am running a comsol *.m file in a Matlab window. I would like to know how to create a log file in order to see the time solver progress . Thanks Francois
View ArticleRe: comsol server matlab, log file
Thanks to the Support, I have solved my problem. In V4.1, writing : ModelUtil.showProgress(true); displays an independent window with a progress bar and the log.
View ArticleRe: comsol server matlab, log file
Hi thanks for the update, was'nt avare of that one ;) -- Good luck Ivar
View ArticleRe: comsol server matlab, log file
how to connect matlabR2010a to comsol v 4.1? pls help. Regards!! deepak
View ArticleRe: comsol server matlab, log file
During Comsol installation, verify if livelink for matlab will be installed and then specify the Matlab set-up directory. When the installation is done, you can run comsol with matlab. On windows...
View ArticleRe: comsol server matlab, log file
During Comsol installation, verify if livelink for matlab will be installed and then specify the Matlab set-up directory. When the installation is done, you can run comsol with matlab. On windows...
View ArticleRe: comsol server matlab, log file
Hi Check the KB for matlab, and the COMSOL installatin doc, there are several articles on the Forum too -- Good luck Ivar
View ArticleRe: comsol server matlab, log file
For future reference, if you use the command below: ModelUtil.showProgress('filename'); the progress will output to 'filename'. This is particularly useful for Mac OS X because the progress bar is not...
View Article