(Update) Synopsys /Sentaurus: make your .plt files readable by Excel, Origin... etc

版本 3.0.0.0 (3.4 KB) 作者: maryline bawedin
Convert your .plt files into .txt files which can be imported straight into Excel, Origin... etc
187.0 次下载
更新时间 2017/3/23

查看许可证

This function allows you "reorganizing" (sorting out) the data of the Sentaurus .plt files into column data with the name of the variables.
Just run the function inside the folder where your .plt files are located and all of them will be automatically converted in .txt files readable by software like Excel, Origin etc...
Notice that if you stop/abort the simulation in Synopsys, the end bracket "}" will be missing in the plt file(s) and needs to be added manually. I will treat this point in the next version.

引用格式

maryline bawedin (2024). (Update) Synopsys /Sentaurus: make your .plt files readable by Excel, Origin... etc (https://www.mathworks.com/matlabcentral/fileexchange/57850-update-synopsys-sentaurus-make-your-plt-files-readable-by-excel-origin-etc), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Spreadsheets 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
3.0.0.0

I noticed that the conversion of the .plt files was very slow (and it got worst with matlab 2016).
So, I developed a more efficient and simple matlab code (which considers a read-by-line with 'getl' approach rather than a global one with 'textscan').

1.0.0.0

x