Determine dihedral angles of protein

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)

Categories

Find more on Genomics and Next Generation Sequencing in Help Center and File Exchange

Tags

No tags entered yet.

Answered:

on 11 Feb 2017

Community Treasure Hunt

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

Start Hunting!