Hi there. I met a problem when working with matrix and cell. Assume
that I have two matrices which are obtained from 'spconvert' command. Let
it be:
load cflinder.dat;
A{1}=spconvert(cflinder);
load cadelai.dat;
A{2}=spconvert(cadelai);
To be careful ^_^ I...