![]() |
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 |
13 LES LISTES TYPEES MLIST 13 THE TYPED LISTS MLIST |
13.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 13.2 / Next section 13.2 |
a |
mlist (Type) |
b |
. (Champ de mlist,
Field of mlist) |
c |
length (mlist) lstsize (mlist) size (mlist) |
d |
//
PROGRAMME SPAS130101 - mlist
m=mlist(["nom";"ch1";"ch2";"ch3"],1, "abc", 3); m.ch1, m.ch2, m.ch3, |
// PROGRAMME SPAS130102 - mlist size
m=mlist(["nom";"ch1";"ch2";"ch3"],1, "abc", 3); s2 = lstsize (m), s3 = length (m), |
//
PROGRAMME SPAS130103 : mlist type typeof
m=mlist(["nom";"ch1";"ch2";"ch3"],1, "abc", 3); t1 = type (m), t2 = typeof (m), |
Retour à la Table générale / Return to the General table |
Index général / General index |
Passage à la section suivante 13.2 / Next section 13.2 |