... 讀取csv資料檔案%disp(data); %disp函式:顯示文字或陣列for i=1:75 if i<=7 x=data(i,1); y=data(i,2); plot(x,y,'rs'),axis([0 400 0 800]); ...
確定! 回上一頁