(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 descargas
Actualizado 23 mar 2017

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2016a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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