约 56 个结果
在新选项卡中打开链接
  1. Matrices and Arrays - MATLAB & Simulink - MathWorks

    MATLAB is an abbreviation for "matrix laboratory." While other programming languages mostly work with numbers one at a time, MATLAB® is designed to operate primarily on whole matrices and …

  2. Array Indexing - MATLAB & Simulink - MathWorks

    2011年9月10日 · In MATLAB®, there are three primary approaches to accessing array elements based on their location (index) in the array. These approaches are indexing by position, linear indexing, and …

  3. Matrices and Arrays - MATLAB & Simulink - MathWorks

    Array creation, combining, reshaping, rearranging, and indexing Matrices and arrays are the fundamental representation of information and data in MATLAB ®. You can create common arrays …

  4. 行列および配列 - MATLAB & Simulink - MathWorks

    MATLAB は "matrix laboratory" を短縮した名称です。他のプログラミング言語では、ほとんどの場合数値を一度に 1 つずつ処理しますが、MATLAB® は基本的に行列や配列全体を演算するように設計 …

  5. Creating Matrices and Arrays - MATLAB & Simulink - MathWorks

    This example shows basic techniques for creating arrays and matrices using MATLAB. Matrices and arrays are the fundamental representation of information and data in MATLAB. To create an array …

  6. Working with Arrays in MATLAB - MATLAB - MathWorks

    2020年6月29日 · MATLAB stores all types of data in arrays. This includes not only numeric data, but data of other types such as strings or even complex objects. So working with arrays is fundamental …

  7. Array Indexing - MATLAB & Simulink - MathWorks

    2011年9月10日 · Every variable in MATLAB® is an array that can hold many numbers. When you want to access selected elements of an array, use indexing. For example, consider the 4-by-4 matrix A:

  8. Multidimensional Arrays - MATLAB & Simulink - MathWorks

    A multidimensional array in MATLAB® is an array with more than two dimensions. In a matrix, the two dimensions are represented by rows and columns. Each element is defined by two subscripts, the …

  9. Matrizen und Arrays - MATLAB & Simulink - MathWorks

    MATLAB ist die Abkürzung für Matrix Laboratory. Während andere Programmiersprachen meist jeweils nur mit einer Zahl arbeiten, können Sie in MATLAB® primär mit ganzen Matrizen und Arrays …

  10. min - Minimum elements of array - MATLAB - MathWorks

    This MATLAB function returns the minimum elements of an array.