-
Notifications
You must be signed in to change notification settings - Fork 86
listlist ref
Matthias Görges edited this page Jun 1, 2015
·
1 revision
#(listlist-ref m col row) listlist-ref obtains a value from a matrix (list of lists).
Parameter | Description |
---|---|
m | Matrix (list of lists) |
row | Row number (0..n-1) |
col | Column number (0..n-1) |
Example 1: Make a matrix, obtain a value, change a value and look at the result
> (define mat '((1 2 3) (4 5 6)))
> (listlist-ref mat 1 1)
5
> (listlist-set! mat 1 1 88)
((1 2 3) (4 88 6))
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip