Main Content

La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.

Structures

Tableaux comportant des champs nommés pouvant contenir des données de type et de taille variables

Un tableau de structure est un type de données qui regroupe des données associées dans des conteneurs de données appelés champs. Chaque champ peut contenir n’importe quel type de données. Accédez aux données d’une structure en utilisant une notation à point (.) de la forme structName.fieldName. Pour plus d’informations, consultez Structure Arrays ou regardez la vidéo Introducing Structures and Cell Arrays (Introduction aux structures et aux cell arrays).

Fonctions

structStructure array
fieldnamesNoms des champs d’une structure, ou champs publics d’un objet Microsoft COM ou Java
getfieldField of structure array
isfieldDetermine if input is structure array field
isstructDetermine if input is structure array
orderfieldsOrder fields of structure array
rmfieldSupprimer des champs d'une structure
setfieldAssign value to structure array field
arrayfunApply function to each element of array
structfunApply function to each field of scalar structure
table2structConvert table to structure array
struct2tableConvert structure array to table
cell2structConvert cell array to structure array
struct2cellConvert structure to cell array

Rubriques