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

버전 3.0.0.0 (3.42 KB) 작성자: maryline bawedin
Convert your .plt files into .txt files which can be imported straight into Excel, Origin... etc
다운로드 수: 187
업데이트 날짜: 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