It is necessary for me to find unit outward normal vector for the curve:
$$\gamma=(x(t),y(t))$$
where $$x(t)=(0.6)\cos(t)-(0.3)\cos(3t)$$ and $$y(t)=(0.7)\sin(t)+(0.07)\sin(7t)+(0.1)\sin(3t)$$ I know how to find unit outward normal vector for this: using
$$T=\frac{\gamma'(t)}{||\gamma(t)||},\;\text{ so }\,N=\frac{T'(t)}{||T(t)||}$$
but my problem is that I do not have $t$. Just I have $x(t)$ and $y(t)$. How could I find $t$ or $N$ without need to $t$.
Is there any command in MATLAB or MAPLE to this?

Since your curve is in the plane, you can find the normal vector without differentiating. If the components of the unit tangent vector are $(a,b)$ then the components of a unit normal are $(-b,a)$. "Outward" doesn't really make sense until you have a closed curve, and involves global considerations.