Hello I am new to matlab I have problem solving this simple expression
r=10*sin(10)+10*cos(y);
This expression is basically a result of the simple integeral equation I coded but now I am unable to solve this equation what i want is to simplify and the answer should look like
r=-5.440+10*cos(y);