Invalid use of operator on input pdb file
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Chi Chun Jacky Yeung
le 15 Sep 2020
Commenté : Chi Chun Jacky Yeung
le 15 Sep 2020
I was trying to input the pdb data into my matlab and I used the below matlab code:
Streptavidinpdb = pdbread(C:\Users\jacky\Desktop\FYP MSc\matlab\Streptavidin\1mk5.pdb)
however it comes out as [Error: File: compiler.m Line: 1 Column: 29
Invalid use of operator.]
What should I do to fix it?
0 commentaires
Réponse acceptée
Walter Roberson
le 15 Sep 2020
Streptavidinpdb = pdbread('C:\Users\jacky\Desktop\FYP MSc\matlab\Streptavidin\1mk5.pdb'),
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Geometry and Mesh dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!