Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export 1DResult #24

Open
joker2233111 opened this issue Jun 23, 2024 · 0 comments
Open

Export 1DResult #24

joker2233111 opened this issue Jun 23, 2024 · 0 comments

Comments

@joker2233111
Copy link

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');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant