freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

matlab數(shù)據(jù)處理ppt課件(已修改)

2025-05-17 18:17 本頁(yè)面
 

【正文】 Matlab 數(shù)據(jù)處理基礎(chǔ) 王龑 南京大學(xué) 將下列函數(shù)在 [2,2]適當(dāng)離散化,計(jì)算并畫(huà)圖 212232412123124 1 21 / (1 )e xp ( / 2)s i n 24*/(5 * ) /yxyxyxyxyyyyyyy y y????????? ? break —— 中斷 break 中斷 for, while循環(huán)語(yǔ)句的執(zhí)行,在嵌套循環(huán)結(jié)構(gòu)中, break從最里層循環(huán)退出。 ? continue —— 繼續(xù) 與 for, while循環(huán)語(yǔ)句一起使用,結(jié)束本次循環(huán),即跳過(guò)循環(huán)體中尚未執(zhí)行的語(yǔ)句,接著進(jìn)行下一次是否執(zhí)行循環(huán)的判斷。 內(nèi)容提要 ? 畫(huà)圖 ? M文件 ? Fourier變換 ? 基本統(tǒng)計(jì)函數(shù) ? 幾個(gè)例子 單窗口多曲線(xiàn)分圖繪圖 ? subplot(1,3,1)。 plot(t,y1) subplot(1,3,2)。 plot(t,y2) subplot(1,3,3)。 plot(t,y3) 0 5 101 0 . 8 0 . 6 0 . 4 0 . 200 . 20 . 40 . 60 . 810 5 101 0 . 8 0 . 6 0 . 4 0 . 200 . 20 . 40 . 60 . 810 5 101 0 . 8 0 . 6 0 . 4 0 . 200 . 20 . 40 . 60 . 81subplot(3,1,1)。 plot(t,y) subplot(3,1,2)。 plot(t,y3) subplot(3,1,3)。 plot(t,y2) 0 1 2 3 4 5 6 71010 1 2 3 4 5 6 71010 1 2 3 4 5 6 7101多窗口繪圖 figure(n) —— 創(chuàng)建窗口函數(shù), n為窗 口順序號(hào)。 t=0:pi/100:2*pi。 y=sin(t)。y1=sin(t+)。y2=sin(t+)。 plot(t,y) —— 自動(dòng)出現(xiàn)第一個(gè)窗口 figure(2) plot(t,y1) —— 在第二窗口繪圖 figure(3) plot(t,y2) ——在第三窗口繪圖 0 1 2 3 4 5 6 71 0 . 8 0 . 6 0 . 4 0 . 200 . 20 . 40 . 60 . 810 1 2 3 4 5 6 71 0 . 8 0 . 6 0 . 4 0 . 200 . 20 . 40 . 60 . 810 1 2 3 4 5 6 71 0 . 8 0 . 6 0 . 4 0 . 200 . 20 . 40 . 60 . 81圖形加注功能 將標(biāo)題、坐標(biāo)軸標(biāo)記、網(wǎng)格線(xiàn)及文字注 釋加注到圖形上,這些函數(shù)為: title —— 給圖形加標(biāo)題 xlable —— 給 x軸加標(biāo)注 ylable —— 給 y軸加標(biāo)注 text —— 在圖形指定位置加標(biāo)注 gtext —— 將標(biāo)注加到圖形任意位置 grid on(off) —— 打開(kāi)、關(guān)閉坐標(biāo)網(wǎng)格線(xiàn) legend —— 添加圖例 axis —— 控制坐標(biāo)軸的刻度 注:也可以直接在 figure窗口進(jìn)行鼠標(biāo)操作 例: t=0::10; y1=sin(t)。y2=cos(t)。plot(t,y1,39。r39。,t,y2,39。b39。)。 x=[*pi。*pi]。 y=[。]。 s=[39。sin(t)39。39。cos(t)39。]。 text(x,y,s)。 title(39。正弦和余弦曲線(xiàn) 39。)。 legend(39。正弦 39。,39。余弦 39。) xlabel(39。時(shí)間 t39。),ylabel(39。正弦、余弦 39。) grid axis square axis的用法還有 : axis([xmin xmax ymin ymax]) —— 用行向量中 給出的值設(shè)定坐標(biāo)軸的最大和最小值。 如 axis ([2 2 0 5]) axis equal —
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1