Borrar filtros
Borrar filtros

How to use trignometric functions in the symbolic toolbox

1 visualización (últimos 30 días)
Muhammad Waqar
Muhammad Waqar el 10 de Oct. de 2013
Comentada: Muhammad Waqar el 11 de Oct. de 2013
Hi!
I know that symbolic toolbox can evaluate the functions when the symbols are assigned their respective values however when i use the trignometric function, the evaluation comes as following rather than a number
e.g. Let J(thetha1,theta2,theta3) = sin(theta1 - theta2)/3 - cos(theta1 - theta3) - cos(theta1 - theta2) + sin(theta1 - theta3)/3;
now equating theta1,theta2 and theta3 values the answer comes out to be - cos(10) - cos(20) - sin(10)/3 - sin(20)/3
however when i type the above answer in the editor the value comes out to be 0.308. How can i solve this problem?
Thanks and regards, Muhammad Waqar Ahmed

Respuestas (1)

Walter Roberson
Walter Roberson el 10 de Oct. de 2013
It is not clear which of the two you consider to be the problem.
If you want a floating point resolution of the formula, use double() on the symbolic formula.
Caution: cos(10) means cosine of 10 radians, not 10 degrees.
  1 comentario
Muhammad Waqar
Muhammad Waqar el 11 de Oct. de 2013
yes i want the answer to be numeric or floating point resolution as you said and yes i am aware that the angle is in radians for trignometric functions.

Iniciar sesión para comentar.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by