extracting into a text file

1 vue (au cours des 30 derniers jours)
ramakrishna bathini
ramakrishna bathini le 17 Mai 2011
hey folks I have a variable with size 512*512 in my workspace window..can it be possible to extract that into a text file???

Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 17 Mai 2011
a=rand(512);
dlmwrite('mytext.txt',a);
  1 commentaire
ramakrishna bathini
ramakrishna bathini le 17 Mai 2011
thank you so much..

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Text Data Preparation dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by