extracting into a text file

1 visualizzazione (ultimi 30 giorni)
ramakrishna bathini
ramakrishna bathini il 17 Mag 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???

Risposta accettata

Fangjun Jiang
Fangjun Jiang il 17 Mag 2011
a=rand(512);
dlmwrite('mytext.txt',a);

Più risposte (0)

Categorie

Scopri di più su Text Data Preparation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by