extracting into a text file

조회 수: 1 (최근 30일)
ramakrishna bathini
ramakrishna bathini 2011년 5월 17일
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일
a=rand(512);
dlmwrite('mytext.txt',a);
  댓글 수: 1
ramakrishna bathini
ramakrishna bathini 2011년 5월 17일
thank you so much..

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile 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