Satimage Précédent | Suivant
QuickTriangulatedMap
Accueil Documentation SmileLab Scripting Réalisation de graphiques QuickPlotLib QuickTriangulatedMap  
QuickTriangulatedMap(x, y, c, anObject) affiche un champs scalaire défini par les valeurs c aux emplacements x,y. x,y et c doivent être des arrays of real de même taille.
set n to 50
set x to randomarray n range {0, 1}
set y to randomarray n range {0, 1}
set z to evalformula "x*y" with {x:x, y:y}
QuickTriangulatedMap(x, y, z, 0)


Import script

An interpolated map
English version
Copyright ©2008 Paris, Satimage