正在加载图片...
基础实验部分 实验一、 MATLAB基本操作 1、实验目的 (1)掌握在 MATLAB环境中矩阵的几种创建途径 (2)熟练掌握常见矩阵与数组的算术运算和关系运算 (3)学习并练习 MATLAB各种数学函数和矩阵函数 2、实验内容 (1)在 MATLAB中试用各种方法创建矩阵(至少3种) Problem 1: Create the matrix a by using the matrix constructor operator, 0 834 672 Problem 2: Create followed matrix by using specialized matrix functions v To create a 5-by-5 magic square matrix, 6 6 Problem 3: Concatenating matrices 6600 6600 600 600 6600 Problem 4: Use the colon operator -2.5000-1.5000-0.50000.50001.50002.5000基础实验部分 实验一、MATLAB 基本操作 1、 实验目的 (1)掌握在 MATLAB 环境中矩阵的几种创建途径 (2)熟练掌握常见矩阵与数组的算术运算和关系运算 (3)学习并练习 MATLAB 各种数学函数和矩阵函数 2、实验内容 (1)在 MATLAB 中试用各种方法创建矩阵(至少 3 种) Problem 1:Create the matrix A by using the matrix constructor operator, []. A = 8 1 6 3 5 7 4 9 2 Problem 2: Create followed matrix by using specialized matrix functions  To create a 5-by-5 magic square matrix,  B = 6 6 6 6 6 6 6 6 6 6 Problem 3: Concatenating matrices C = 6 6 6 6 6 6 6 6 6 6 0 0 0 0 0 0 0 0 0 0 Problem 4: Use the colon operator D = -2.5000 -1.5000 -0.5000 0.5000 1.5000 2.5000
向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有