Determine dihedral angles of protein
Afficher commentaires plus anciens
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.
1 commentaire
Réponses (1)
Image Analyst
le 11 Fév 2017
0 votes
Check out dot() and norm().
Catégories
En savoir plus sur Genomics and Next Generation Sequencing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!