You are viewing the documentation for an older COMSOL version. The latest version is available here.
Extracting Data From Tables
In the Table node you can store the data evaluated with the COMSOL Multiphysics built-in evaluation method (see The Numerical Node Syntax).
Use mphtable to extract the data stored in the table with the tag <tbltag>. Enter:
tabl = mphtable(model,<tbltag>)
This creates a structure tabl made with the following fields:
headers for the table,
tag of the table,
data of the extracted table, and
filename when the table is exported to file.