Skip to content

Export 1DResult #24

Description

@joker2233111

Dear Sir:
When I use CST to export a 1D result, the exported text file is annotated, including the parameters, as shown below:
捕获1
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:
image
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');

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions