mdl_planar2
sol = p2.ikine_sym(2)
Warning: FINDSYM will be removed in a future release. Use SYMVAR instead.
> In sym/findsym (line 32)
In Link/set.Tc (line 516)
In Link/sym (line 864)
In SerialLink/sym (line 753)
In SerialLink/ikine_sym (line 78)
Warning: FINDSYM will be removed in a future release. Use SYMVAR instead.
> In sym/findsym (line 32)
In Link/set.Tc (line 518)
In Link/sym (line 864)
In SerialLink/sym (line 753)
In SerialLink/ikine_sym (line 78)
Warning: FINDSYM will be removed in a future release. Use SYMVAR instead.
> In sym/findsym (line 32)
In Link/set.Tc (line 516)
In Link/sym (line 864)
In SerialLink/sym (line 753)
In SerialLink/ikine_sym (line 78)
Warning: FINDSYM will be removed in a future release. Use SYMVAR instead.
> In sym/findsym (line 32)
In Link/set.Tc (line 518)
In Link/sym (line 864)
In SerialLink/sym (line 753)
In SerialLink/ikine_sym (line 78)
Error using sym>convertChar (line 1448)
Character vectors and strings in the first argument can only specify a variable or number. To evaluate character vectors and
strings representing symbolic expressions, use 'str2sym'.
Error in sym>tomupad (line 1214)
S = convertChar(x);
Error in sym (line 211)
S.s = tomupad(x);
Error in SerialLink/ikine_sym>mvar (line 370)
v = sym( sprintf(fmt, varargin{:}) );
Error in SerialLink/ikine_sym (line 177)
trigsubOld = [trigsubOld mvar('sin(q%d)', j) mvar('cos(q%d)', j)];
i am getting this error every time i use ikine_sym please help