- To get an idea of the general design decisions that were made, have a look at Justin Gardner's overview of scripting.
In some of the following videos, I want to explore
- Where are things stored internally?
- How to access information from command line?
- What's the best way to translate the command line manipulations in a reproducible script?
We'll start with a relatively straightforward example (block design experiment), which can be analysed in different ways. It has sufficient complexity to show off some of the important features worth knowing about.
- code for
unfold()
function from matlab central post -- it's used to display the nested fields of structures in Matlab and might help illustrate how and where things are stored.