(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
更新 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 Center および MATLAB AnswersSpreadsheets についてさらに検索

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