フィルターのクリア

Invalid use of operator on input pdb file

1 回表示 (過去 30 日間)
Chi Chun Jacky Yeung
Chi Chun Jacky Yeung 2020 年 9 月 15 日
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'),
  1 件のコメント
Chi Chun Jacky Yeung
Chi Chun Jacky Yeung 2020 年 9 月 15 日
Thank you so much. I can't believe that just a simple mistake XD

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDesktop についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by