Community Profile

photo

Jiaqi Liu


Last seen: mer än 2 år ago Active since 2019

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
text file I/O
function charnum = char_counter(frame,character) fid = fopen(frame,'r'); if fid < 0 charnum = -1; return end if is...

mer än 4 år ago | 10

Answered
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...

mer än 4 år ago | 4