extracting into a text file

3 visualizaciones (últimos 30 días)
ramakrishna bathini
ramakrishna bathini el 17 de Mayo de 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???

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 17 de Mayo de 2011
a=rand(512);
dlmwrite('mytext.txt',a);

Más respuestas (0)

Categorías

Más información sobre Data Import and Export en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by