extracting into a text file

2 次查看(过去 30 天)
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);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import and Export 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by