Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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
Cita come
Wolfgang Garn (2026). str2file (https://it.mathworks.com/matlabcentral/fileexchange/11668-str2file), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato da: Generate help files from m-files, text2speech - tts, file2str
Ispirato: cell2file, Generate help files from m-files, file2str, text2speech - tts
Informazioni generali
- Versione 1.0.0.0 (1,54 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 |
