Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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
Citar como
Wolfgang Garn (2026). str2file (https://es.mathworks.com/matlabcentral/fileexchange/11668-str2file), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: Generate help files from m-files, text2speech - tts, file2str
Inspiración para: cell2file, Generate help files from m-files, file2str, text2speech - tts
Información general
- Versión 1.0.0.0 (1,54 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.0.0 |
