Jiaqi Liu
Followers: 0 Following: 0
Feeds
已回答
text file I/O
function charnum = char_counter(frame,character) fid = fopen(frame,'r'); if fid < 0 charnum = -1; return end if is...
text file I/O
function charnum = char_counter(frame,character) fid = fopen(frame,'r'); if fid < 0 charnum = -1; return end if is...
5 years 前 | 10
已回答
How can I increase this code's efficiency?
function distance = get_distance(x,y) [~,~,raws] = xlsread('Distances.xlsx'); col_name = raws(1,:); row_name = raws(:,1); co...
How can I increase this code's efficiency?
function distance = get_distance(x,y) [~,~,raws] = xlsread('Distances.xlsx'); col_name = raws(1,:); row_name = raws(:,1); co...
5 years 前 | 4