Determine dihedral angles of protein
Show older comments
n1=[1.5241 0.2513 -1.5163];
n2=[1.0454 1.0038 1.0286];
by using this
cos-1(n1.n2/|n1||n2|)
I have to find out the dihedral angles of protein, but when I code this in matlab, I got an error. Can you please do an example for this. Then I can follow.
Answers (1)
Image Analyst
on 11 Feb 2017
0 votes
Check out dot() and norm().
Categories
Find more on Genomics and Next Generation Sequencing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!