saving data with different format
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
how can i save data in .txt format instead of .mat, beside how can i save video frames as image.bmp
thanks..
0 Kommentare
Antworten (1)
Walter Roberson
am 14 Mär. 2013
save() with the -ascii flag, OR, fopen(), fprintf(), fclose.
imwrite()
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!