hi, dear everyone, my program executed successfully. but when I check the program by setting breakpoints, i found some error with ‘reshape’, here is my code:
![]()
by the way, i set the breakpoint after “cvx_end”.
when the program stops in debugging(CVX has been executed), I found that ‘tao_u_2’ did not perform correctly with ‘reshape’, here is the representation of the data I got from the command line:
![]()
and here is the data of ‘tao_u_2’:

here is the data of ‘ztemp2’:

they should actually be the same, im confused why this happed.