郭彦甫专题

MATLAB教程_04变数(变量)与档案存取_台大郭彦甫课程笔记

MATLAB教程_04变数(变量)与档案存取_台大郭彦甫课程笔记 一、变数/变量-string1、类型2、double 转 integer3、Character(Char)字元 二、变数/变量-structure1、宣告举例——学生作业成绩:2、函数3、嵌套结构 三、变数/变量-Cell Array 单元阵列1、宣告2、访问(读取) Cell Array 单元阵列3、函数4、怎样把矩阵转换成

台湾国立大学郭彦甫Matlab教程笔记(18) root finding(symbolic)

today: symbolic approach 运用符号的方式求根 numeric root solvers数值的方式求根 recursive functions 递归函数 problem statement问题陈述 suppose you have a mathematical function f(x) and you want to finx x0 such that f(x0)=0,

台湾国立大学郭彦甫Matlab教程笔记(17)numerical integration

台湾国立大学郭彦甫Matlab教程笔记(17)numerical integration 数值积分 calculating the numerical value of a definite integral有限整数 quadrature method (求积分方法) quadrature method (求积分方法)----approximating the integral by usi

台湾国立大学郭彦甫Matlab教程笔记(16) 数值微分 numerical differentiation

台湾国立大学郭彦甫Matlab教程笔记(16) 数值微分 numeric differentiation 复习:diff()函数用来计算vector前后 entry的差异 数值微分继续 various step size 不同Δx大小 不同Δx大小,看近似值和真正函数值之间的差异大不大。 看题目,用不同的h值计算函数f(x)=sin(x)的导数,画出图形 The derivatives

台湾国立大学郭彦甫Matlab教程笔记(15)polynomial integration 多项式积分

台湾国立大学郭彦甫Matlab教程笔记(15) Polynomial integration多项式积分 一个多项式和它的积分如下 MATlAB中如何计算积分? polynomial integration :polyint() 多项式积分的函数:polyint() 这个函数怎样用呢? polyint(p,3),其中第一个参数是被积多项式的系数向量,第二个参数是给定的常数。 举例:计算下

台湾国立大学郭彦甫Matlab教程笔记(14)polynomial differentiation多项式微分

台湾国立大学郭彦甫Matlab教程笔记(14) today: polynomial differentiation and integration多项式微分与积分 numerical differentiation and integration数值微分与积分 Differentiation微分 1.the derivative of a function f(x) is written a

台湾国立大学郭彦甫Matlab教程笔记(12) advanced 2D plot 下

台湾国立大学郭彦甫Matlab教程笔记(12) advanced 2D plot 下 上文记录的是关于统计的图标的绘制 下面我们来到另一个模块:颜色 fill()填充函数 功能:某一个封闭曲线,图上特定颜色 举例:把一个停车标志图上颜色 分析:首先要绘制一个八边形,根据前几次笔记,我们知道了几变形的绘制方法, 可以通过linspace()函数,它产生的就是一个角度,可以用来当作极坐标系的