作者chen1212 (头不大的大头)
看板MATLAB
标题[问题]请问如何把读入的图输出到txt档
时间Tue Dec 17 17:17:34 2013
大家好
往上爬了很多文
也用了
save('档名.txt','matrix','-ascii');
可是我读入的图片好像太大还是怎样
他写说
Warning: Attempt to write an unsupported data type to an ASCII file.
Variable 'x' not written to file
因为我读入时他跑出来的矩阵跑很久
不知道是不是这样子无法写入
还是还有其他方法呢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.127.114.164
※ 编辑: chen1212 来自: 42.71.161.198 (12/17 18:14)
1F:→ aada:用fopen, 然後一个值一个值写进去 12/18 08:22