You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some doubts about the calculation of mRPI set. In equation (11) of ref[2], there is a transpose of $A^s$, however, in line 56, there isn't a transpose of obj.Ak^s. Is there any reason for the inconsistency?
Similar, in equation(13) of ref[2], there is a transpose of $A^i$, but there isn't in line 59.
Thanks
The text was updated successfully, but these errors were encountered:
Also, in equation (13) of ref[2], the computation of M(s) starts from i=0 to i=s-1, but in line 58 starts from i=1 to i=s, is there any reason for this inconsistency?
For your second question, i guess it is because of the index setup of MATLAB. The first question, please check the definition of support functions. sup {y' x}. just be careful of the transpose of y
Hi,
I have some doubts about the calculation of mRPI set. In equation (11) of ref[2], there is a transpose of$A^s$ , however, in line 56, there isn't a transpose of obj.Ak^s. Is there any reason for the inconsistency?
$A^i$ , but there isn't in line 59.
Similar, in equation(13) of ref[2], there is a transpose of
Thanks
The text was updated successfully, but these errors were encountered: