saving data with different format
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how can i save data in .txt format instead of .mat, beside how can i save video frames as image.bmp
thanks..
0 commentaires
Réponses (1)
Walter Roberson
le 14 Mar 2013
save() with the -ascii flag, OR, fopen(), fprintf(), fclose.
imwrite()
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!