-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Dear Sir:
When I use CST to export a 1D result, the exported text file is annotated, including the parameters, as shown below:
But when I use MATLAB script to export 1D Result, there is no parameter annotation in the text file, as shown in the figure below:

How can I export a 1D Result with parameter annotations when I use MATLAB?
ASCIIExport = invoke(mws, 'ASCIIExport');
invoke(ASCIIExport, 'Reset');
invoke(ASCIIExport, 'SetVersion', '2010');
invoke(ASCIIExport, 'FileName', exportPath);
invoke(ASCIIExport, 'Execute');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels