Invalid use of operator on input pdb file

1 次查看(过去 30 天)
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?

采纳的回答

Walter Roberson
Walter Roberson 2020-9-15
Streptavidinpdb = pdbread('C:\Users\jacky\Desktop\FYP MSc\matlab\Streptavidin\1mk5.pdb'),

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Desktop 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by