matlab 讀取csv文件數據並繪圖 ... x=data(i,1); y=data(i,2); plot(x,y,'rs'),axis([0 400 0 800]); hold on; ... data.csv數據如下(位置的座標):.
確定! 回上一頁