extracting into a text file

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???

 채택된 답변

Fangjun Jiang
Fangjun Jiang 2011년 5월 17일

0 개 추천

a=rand(512);
dlmwrite('mytext.txt',a);

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Text Data Preparation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by