![]() |
SCILAB 3.0 PAS A PAS SCILAB 3.0 STEP-TO-STEP Jacques-Deric Rouault Laboratoire de Neurobiologie de l'Apprentissage, de la Mémoire et de la Communication. CNRS UMR 8620, Bat. 446, Université Paris-Sud, F91400 Orsay |
![]() ORSCILAB |
12 LES LISTES LIST 12 THE LISTS LIST |
12.1 Définition / Définition |
Version 2.1.3 du 26 janvier 2005 / Version 2.1.3, January 26th 2005 |
Biomodèles/Biomodels N°1 pp 0x-0y Décembre 2004 December 2004 |
Retour à la Table générale / Return to the General table |
Index général / General index |
Passage à la section suivante 12.2 / Next section 12.2 |
a |
List (Type) Liste (Type) |
b |
Champ (Liste) Element (Liste, List) Empty (List) Field (List) Vide (Liste) () (Liste, List) |
c |
length (Liste, List) lstsize (Liste, List) size (Liste, List) |
d |
list (Type) |
//
PROGRAMME SPAS120101 - list
l1 = list(), l2 = list (12.5,"abc",1:10), |
//
PROGRAMME SPAS120102 - list size
l = list (12.5,"abc",1:10); s1 = size (l), s2 = lstsize (l), s3 = length (l), |
//
PROGRAMME SPAS120103 : list type typeof
l = list (12.5,"abc",1:10); t1 = type (l), t2 = typeof (l), |
Retour à la Table générale / Return to the General table |
Index général / General index |
Passage à la section suivante 12.2 / Next section 12.2 |