码迷,mamicode.com
首页 > 其他好文 > 详细

常用matlab代码笔记

时间:2017-11-29 00:05:59      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:cat   cas   fprintf   int   print   txt   path   strcat   imwrite   

1.生成对应路径下的图片及写入txt文件:

Eg:

imwrite(X1,strcat(‘path‘,num2str(n),‘slice_‘,num2str(j),‘.bmp‘));
c=fopen(‘path.txt‘,‘wt‘); %写入txt
str=[strcat(‘T2case‘,num2str(n),‘slice_‘,num2str(j),‘.bmp‘,‘ 0‘ )];
fprintf(c,‘%s\n‘,str)

 

常用matlab代码笔记

标签:cat   cas   fprintf   int   print   txt   path   strcat   imwrite   

原文地址:http://www.cnblogs.com/duoduo--up/p/7912709.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!