Prev: live video tracking
Next: Make a animation with Matlab
From: tinne123 on 21 May 2010 09:04 Hi Walter Robertson, many thanks for your efforts. However, in the code you suggested I encoutered an error message, due to apanel = zeros([size(a), numfiles]); It appears in the event "a" has been loaded into a structure, it is impossible to refer to "a" dimension as if it was a matrix. I did not see any way to solve this. In the end, I came up with a code that simplifies the point I think. I just append "a" from each additional single workfile to "apanel", so that after each loop "apanel" increases in size. I probably failed to explain it clearly, but the purpose is nothing else than putting together apanel cointaining a-s below each other. The new code is posted under http://www.mathworks.com/matlabcentral/newsreader/view_thread/282774#747573 Thanks for helping, it was encouragening! |