Borrar filtros
Borrar filtros

Invalid use of operator on input pdb file

1 visualización (últimos 30 días)
Chi Chun Jacky Yeung
Chi Chun Jacky Yeung el 15 de Sept. de 2020
Comentada: Chi Chun Jacky Yeung el 15 de Sept. de 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?

Respuesta aceptada

Walter Roberson
Walter Roberson el 15 de Sept. de 2020
Streptavidinpdb = pdbread('C:\Users\jacky\Desktop\FYP MSc\matlab\Streptavidin\1mk5.pdb'),
  1 comentario
Chi Chun Jacky Yeung
Chi Chun Jacky Yeung el 15 de Sept. de 2020
Thank you so much. I can't believe that just a simple mistake XD

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Desktop en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by