You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
The text was updated successfully, but these errors were encountered:
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');
The text was updated successfully, but these errors were encountered: