Feeds
提问
imwrite can't open file
I have this code as testImage.m : vectImage=char('AAAESO'); [mv,nv]=size(vectImage); for k=1:mv X=imread(['.....
12 years 前 | 0 个回答 | 0
0
个回答已回答
extract data from a text data.
fid=fopen('file.txt','r'); text=textscan(fid,'a:%f b:%f c:%f d:%f \n'); fclose(fid); text will be a 1*4 cell array, w...
extract data from a text data.
fid=fopen('file.txt','r'); text=textscan(fid,'a:%f b:%f c:%f d:%f \n'); fclose(fid); text will be a 1*4 cell array, w...
12 years 前 | 0
| 已接受
提问
Number of matlab running
Hello, I am currently using matlab 2011b, and I have a lots of matlab functions to run with big running time (from 4/5 hours ...
12 years 前 | 1 个回答 | 0