![]() |
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 |
14 LES LISTES TYPEES TLIST 14 THE TYPED LISTS TLIST |
14.1 Définition / Definition |
Version 2.1.2 du 26 janvier 2005 / Version 2.1.2, 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 14.2 / Next section 14.2 |
a |
tlist (Type) |
b |
. (Champ de tlist,
Field of tlist) () (Champ de tlist, Field of tlist) |
c |
length (tlist) lstsize (tlist) size (tlist) |
d |
//
PROGRAMME SPAS140101 - tlist
t=tlist(["nom";"ch1";"ch2";"ch3"],1, "abc", 3); t.ch1, t.ch2, t.ch3, |
// PROGRAMME SPAS140102 - tlist size
t=tlist(["nom";"ch1";"ch2";"ch3"],"abc", 3, 158); s2 = lstsize (t), s3 = length (t), |
//
PROGRAMME SPAS140103 : tlist type typeof
t=tlist(["nom";"ch1";"ch2";"ch3"],1, "abc", 3); t1 = type (t), t2 = typeof (t), |
Retour à la Table générale / Return to the General table |
Index général / General index |
Passage à la section suivante 14.2 / Next section 14.2 |