L1Stabilizer icon indicating copy to clipboard operation
L1Stabilizer copied to clipboard

Incorrect use cvx/subsref

Open ccssw1 opened this issue 5 years ago • 4 comments

Hello, I always encounter the following error: Incorrect use cvx/subsref (line 13) The subscript index must be a positive integer type or a logical type. p(k, 6) = p(n, 6); n_transforms = optimizeTransforms(t_transforms, im_size); I want to know how to solve.Thank you!

ccssw1 avatar May 27 '19 13:05 ccssw1

I suspect that it could be due to the size of the pictures. This must be specified in the main.m at the top (The error still occurs with me)

martsalz avatar Jul 13 '19 17:07 martsalz

If errors persist, how can they be solved?

--------------原始邮件-------------- 发件人:"Martin Salz "[email protected]; 发送时间:2019年7月14日(星期天) 凌晨1:15 收件人:"ishit/L1Stabilizer" [email protected]; 抄送:"ccssw1 "[email protected];"Author "[email protected]; 主题:Re: [ishit/L1Stabilizer] Incorrect use cvx/subsref (#3)

I suspect that it could be due to the size of the pictures. This must be specified in the main.m at the top (The error still occurs with me)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

ccssw1 avatar Jul 13 '19 22:07 ccssw1

Who said the bug was fixed?

martsalz avatar Jul 14 '19 13:07 martsalz

There is image size information in "main.m" ,"applyoptimizedTransforms.m" and "readImages.m". You need to change all of them with your inpur image size.

arslan193 avatar Jul 16 '19 07:07 arslan193