正在加载图片...
1-1 Creating Matrice Method 1: Constructing a Simple matrix The simplest way to create a matrix in MATLAB is to use the matrix constructor operator, [ Create a row in the matrix by entering elements(shown as E below) within the brackets. Separate each element with a comma or space roW=[E1,E2,…,.m] roW=[E1E2…Em1-1 Creating Matrice The simplest way to create a matrix in MATLAB is to use the matrix constructor operator, []. Create a row in the matrix by entering elements (shown as E below) within the brackets. Separate each element with a comma or space: row = [E1, E2, ..., Em] row = [E1 E2 ... Em] Method 1: Constructing a Simple Matrix
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有