Binary data in Logical Array into a text file
Mostrar comentarios más antiguos
Would it be possible to export binary data in a logical array into a text file?
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 11 de En. de 2016
save('temp.txt', X, '-ascii');
Categorías
Más información sobre Text Data Preparation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!