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

正文內(nèi)容

專業(yè)軟件上機(jī)實(shí)驗(yàn)報(bào)告(編輯修改稿)

2025-08-15 22:46 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 內(nèi)容)(實(shí)驗(yàn)工作原理或?qū)嶒?yàn)的主要操作過(guò)程)(核心代碼及調(diào)試過(guò)程) 上機(jī)實(shí)驗(yàn):,程序調(diào)試過(guò)程中出現(xiàn)的問(wèn)題及解決方法 程序運(yùn)行的結(jié)果注解:理工科實(shí)驗(yàn)需記錄實(shí)驗(yàn)過(guò)程中的數(shù)據(jù)、圖表、計(jì)算、現(xiàn)象觀察等,實(shí)驗(yàn)過(guò)程中出現(xiàn)的問(wèn)題;其它如在計(jì)算機(jī)上進(jìn)行的編程、仿真性或模擬性實(shí)驗(yàn)需記錄程序核心代碼以及程序在調(diào)式過(guò)程中出現(xiàn)的問(wèn)題及解決方法;記錄程序執(zhí)行的結(jié)果。實(shí)驗(yàn)總結(jié)注解:實(shí)驗(yàn)總結(jié)的內(nèi)容根據(jù)不同學(xué)科和類型實(shí)驗(yàn)要求不一樣,一般理工科類的實(shí)驗(yàn)需要對(duì)實(shí)驗(yàn)結(jié)果進(jìn)行分析,并且對(duì)實(shí)驗(yàn)過(guò)程中問(wèn)題進(jìn)行討論;在計(jì)算機(jī)上進(jìn)行的編程、仿真性或模擬性實(shí)驗(yàn)需要對(duì)上機(jī)實(shí)踐結(jié)果進(jìn)行分析,上機(jī)的心得體會(huì)及改進(jìn)意見。其它實(shí)驗(yàn)應(yīng)總結(jié)實(shí)驗(yàn)過(guò)程寫出心得體會(huì)及改進(jìn)意見。說(shuō)明:各門實(shí)驗(yàn)課程實(shí)驗(yàn)報(bào)告的格式及內(nèi)容要求,請(qǐng)按照實(shí)驗(yàn)指導(dǎo)書的要求手工書寫 實(shí)驗(yàn)?zāi)康氖煜?plot二維圖命令及基本繪圖控制。熟悉能進(jìn)行簡(jiǎn)單圖形標(biāo)注和簡(jiǎn)單顏色設(shè)定。能保存和輸出圖形。進(jìn)行簡(jiǎn)單的數(shù)據(jù)插值和曲線擬合。 實(shí)驗(yàn)設(shè)備、儀器及材料1. PC機(jī) 1臺(tái)2. 實(shí)驗(yàn)內(nèi)容1. Basic plot function(1) plot the cosine curve y=cos(t),t∈[0,2π] t=[0::2*pi]。y=cos(t)。plot(t,y)(2) plot the cosine curve y=cos() and sine curve y=sin() in the same chart, t∈[0,2π] t=[0::2*pi]。 y1=cos()。y2=sin()。plot(t,y1,39。+m39。,t,y2,39。*b39。) 2. Basic control of the figure Plot the curve x1=10sin(t) in the region of t∈[0,4π], and requirements as follows:(1) Line is the dot dash line, the color is red, the mark of the data point is Plus +. t=[0::4*pi]。x1=10*sin(t)。plot(t,x1,39。+39。)(2) Control the axis: show its region and coordinate line. t=[0::4*pi]。x1=10*sin(t)。plot(t,x1,39。+39。) axis on(3) Control the label: name the axis x and y, title and corresponding text.3. The data interpolation: write out the meaning of the follow instructions: x=0:10 y=sin(x) x0=[ ] y0=interp1(x,y,x0) x1=0::10 y1=sin(x1) plot(x1,y1,39。r:39。,x,y,39。b*39。,x0,y0,39。g.39。) 答: x=0:10。y=sin(x)。x0=[ ]。 y0=interp1(x,y,x0) 。 x1=0::10。y1=sin(x1)。plot(x1,y1,39。r:39。,x,y,39。b*39。,x0,y0,39。g.39。)實(shí)驗(yàn)總結(jié)1. What is the requirement of the plot instruction?2. Please write out some ways to control the figures.3. How to use the subplot instruction to show several charts in one figure? Matlab圖形操作(三維)西華大學(xué)實(shí)驗(yàn)報(bào)告開課學(xué)院及實(shí)驗(yàn)室:交通與汽車工程學(xué)院 實(shí)驗(yàn)時(shí)間: 年 月 日學(xué) 生 姓 名學(xué) 號(hào)實(shí) 驗(yàn) 成 績(jī)課 程 名 稱熱能與動(dòng)力工程(汽車發(fā)動(dòng)機(jī))專業(yè)軟件應(yīng)用課 程 代 碼6011599實(shí)驗(yàn)項(xiàng)目名稱Matlab圖形操作(三維)項(xiàng) 目 代 碼指 導(dǎo) 教 師潘鎖柱項(xiàng) 目 學(xué) 分現(xiàn)場(chǎng)考評(píng)成績(jī)(40分 )實(shí)驗(yàn)報(bào)告成績(jī)(60分) 實(shí)驗(yàn)?zāi)康膶?shí)驗(yàn)設(shè)備、儀器及材料實(shí)驗(yàn)內(nèi)容 一般實(shí)驗(yàn)(非上機(jī)實(shí)驗(yàn)):(設(shè)計(jì)性、創(chuàng)新性實(shí)驗(yàn)需寫該項(xiàng)內(nèi)容)(實(shí)驗(yàn)工作原理或?qū)嶒?yàn)的主要操作過(guò)程)(核心代碼及調(diào)試過(guò)程) 上機(jī)實(shí)驗(yàn):,程序調(diào)試過(guò)程中出現(xiàn)的問(wèn)題及解決方法 程序運(yùn)行的結(jié)果注解:理工科實(shí)驗(yàn)需記錄實(shí)驗(yàn)過(guò)程中的數(shù)據(jù)、圖表、計(jì)算、現(xiàn)象觀察等,實(shí)驗(yàn)過(guò)程中出現(xiàn)的問(wèn)題;其它如在計(jì)算機(jī)上進(jìn)行的編程、仿真性或模擬性實(shí)驗(yàn)需記錄程序核心代碼以及程序在調(diào)式過(guò)程中出現(xiàn)的問(wèn)題及解決方法;記錄程序執(zhí)行的結(jié)果。實(shí)驗(yàn)總結(jié)注解:實(shí)驗(yàn)總結(jié)的內(nèi)容根據(jù)不同學(xué)科和類型實(shí)驗(yàn)要求不一樣,一般理工科類的實(shí)驗(yàn)需要對(duì)
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1