Tuesday, September 25, 2007

r24

r24 | ozzloy | 2007-08-06 13:41:05 -0700 (Mon, 06 Aug 2007) | 6 lines

made asdf.m a function that calls avaak0.m. i should rewrite so that i can save
all the things that take a while to compute.
that way they can be used with minimal scripting
need to create a [rows,cols,colors] = getDimensions(fileSet);

after creating a bunch of separate functions that calculated steps along the way to getting eigenvectors, i strung them together in abstracted functions. the abstracted functions would hide all the intermediate changes. the functions took a long time to run. i want to have a way of running just a small portion of the full process. this can be done by having everything run as a script instead of a function. i started to do this with asdf and avaak0, but i generally find that i want to turn those into functions to which i can pass parameters. it's quite a handy way of developing.

No comments: