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

Convert your .plt files into .txt files which can be imported straight into Excel, Origin... etc
187 Downloads
Aktualisiert 23. Mär 2017

Lizenz anzeigen

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.

Zitieren als

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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2016a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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