COMSOL result Export data to Excel / TXT / MATLAB

method one:

[Results] - derive more value - maximum body. Click on the right to export.

 

Method Two:

In the one-dimensional mapping of the sub-group level, right click and select [Export] to increase the drawing data, then the model tree in the left most bottom, [Export] - [Drawing]

 

 

After setting click Export.

Optional format,

Processing data with MATLAB code not yet verified

clc 
clear 
A=load('C:\Users\Adninistrator\Desktop\1.txt');
x=A(:, 1);
y= A(:,2); 
plot (x, y)

 

Published 24 original articles · won praise 21 · views 110 000 +

Guess you like

Origin blog.csdn.net/cczx139/article/details/104681115