I'm trying to use diagonal block matrixes with LinProp,
because I'm pretty sure that I will be able to perform some large calculations faster than using a for loop,
but It looks like it is impossible to build a block matrix using the matlab command "blkdiag"
if the entries are of LinProp type.
Is there a way to do something like this with LinProp data?
Thanks,