extracting into a text file

2 Ansichten (letzte 30 Tage)
ramakrishna bathini
ramakrishna bathini am 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???

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Text Data Preparation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by