How to declare multiple positive semidefinite matrices using cvx?

i want to declare multipe PSM, for example L matrices, can you help me?

variable A(10,10,5) semidefinite

A(:,:,k) is 10 by 10 symmetric positive semidefinite for each value of k from 1 to 5.

ok, thank you very much!