Compute trig. function in symbolic matrix
Show older comments
Hi,
I have a symbolic matrix (as shown below). I would like for matlab to compute the trig functions with non-th5 values. How do I go about this.
Thanks in advance.
[ cos(th5), -sin(th5), 0, 0]
[ cos(90)*sin(th5), cos(90)*cos(th5), -sin(90), 0]
[ sin(90)*sin(th5), sin(90)*cos(th5), cos(90), 0]
[ 0, 0, 0, 1]
Accepted Answer
More Answers (0)
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!