In an assignment A(:) = B, the number of elements in A and B must be the same.

1 vue (au cours des 30 derniers jours)
Rajashekar kunabeva
Rajashekar kunabeva le 16 Juin 2019
Commenté : Star Strider le 16 Juin 2019
computation of l2 norm using spl1 solver iam getting following errors while trying to reconstruct the ecg signal.
In an assignment A(:) = B, the number of elements in A and B must be the same.
Error in spgl1 (line 351)
lastFv(1) = f;
Error in spg_bpdn (line 51)
[x,r,g,info] = spgl1(A,b,tau,sigma,x0,options);
Error in ACS (line 178)
[data_rec] = spg_bpdn(Smat,M,sigma,opts_n); % Signal reconstruction recovery using BPDN

Réponses (0)

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by