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.
str2file writes a cell array of strings into a file
Input:
* str ... cell array of strings, i.e. str = {'aa','bbbb','','cc'}
* file ... name of the file, i.e. file = 'test.txt'
* (optional) directory ... destination directory
Output:
* A text file.
Example
Write cell array to textfile.
+ str2file( {'aa','bbbb','','cc'}, 'test.txt' );
See also: file2str
Zitieren als
Wolfgang Garn (2026). str2file (https://de.mathworks.com/matlabcentral/fileexchange/11668-str2file), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: Generate help files from m-files, text2speech - tts, file2str
Inspiriert: cell2file, Generate help files from m-files, file2str, text2speech - tts
Allgemeine Informationen
- Version 1.0.0.0 (1,54 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.0.0 |
