let n be the number of singular values of the tensor-SVD of a 3-order tensor, then the weighted vector in the weighted tensor Schatten p-norm is created as
w = [];
w = [w; 1*ones(10,1)];
w = [w; 1.1*ones(70,1)];
w = [w; 1.5*ones(n-80,1)];
why do we need an empty array at first then construct a matrix on it?
New contributor
vanessa yan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.