Write a parameter file compatible with C/C++ and Python language. The file is populated with the values the mentioned variables of the base
Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
writeParamFile Matlab function that writes a parameter file compatible with C/C++ and Python language. The file is populated with the values the mentioned variables of the base workspace. My personal use of this function is export configuration to DSP C/C++ softwares and PSIM simulations (.txt extesion).
writeParamFile fileName 'Description group one' var1 var2 var3 ... 'Description group two' ...
writeParamFile fileName 'Description group three' matrix1 ...
writeParamFile % At the end to close the opened file.
The open file command should be used just one, a sequential script e.g.:
writeParamFile fileName
writeParamFile var1 '\\ Description of this variable.'
writeParamFile 'Description group one' var1 var2 var3
The decriptions are add as a general header group. To add a comment by line usethe bellow examples. The first input (file name) may or may not be used.
writeParamFile '\\ Description.'
writeParamFile var1 '\\ Description of this variable.'
...
Zitieren als
Guillardi Jr., Hildo (2020). writeParamFile (https://www.github.com/hildogjr/writeParamFile), GitHub. Retrieved April 17, 2020.
Allgemeine Informationen
- Version 1.0.0 (3,45 KB)
-
Lizenz auf GitHub anzeigen
Kompatibilität der MATLAB-Version
- Kompatibel mit R2016a und späteren Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.0 |
