La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Matrices et tableaux
Les matrices et les tableaux sont les représentations fondamentales des informations et des données dans MATLAB®. Vous pouvez créer des grilles et tableaux courants, combiner des tableaux existants, manipuler la forme et le contenu d’un tableau et utiliser l’indexation pour accéder aux éléments d’un tableau. Pour une présentation de la manipulation des matrices et des tableaux, regardez la vidéo Working with Arrays (Travailler avec des tableaux).
Fonctions
Rubriques
- Creating, Concatenating, and Expanding Matrices
Create a matrix or construct one from other matrices.
- Array Indexing
Access elements of an array by specifying their indices or by checking whether elements meet a condition.
- Supprimer des lignes ou des colonnes d’une matrice
Supprimez des lignes ou des colonnes d’une matrice.
- Reshaping and Rearranging Arrays
Change the shape or arrangement of elements in an existing array.
- Multidimensional Arrays
Create and manipulate arrays with three or more dimensions.
- Empty Arrays
Create and use empty arrays, which have no elements but have specific dimensions, at least one of which is 0.