time dependent study while using livelink for MATLAB
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
ow can I define a time dependent study while using livelink for MATLAB? Livelink links Comsol multiphysics with MATLAB. For the stationary study, this code is working fine
std = model.study.create('std');
std.feature.create('stat','Stationary');
% Run the study study:
std.run;
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Robotics in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!