Feeds
답변 있음
Collect and output model variable values in COMSOL MATLAB LIVELINK
If you want to evaluate a dependent variable in your model, you could try mpheval. pd = mpheval(model,'var9'); % pd.d1 should ...
Collect and output model variable values in COMSOL MATLAB LIVELINK
If you want to evaluate a dependent variable in your model, you could try mpheval. pd = mpheval(model,'var9'); % pd.d1 should ...
대략 7년 전 | 0

