How do I convert my matlab file into .pdb or SMILES format?

3 visualizaciones (últimos 30 días)
ANINDYA GANGULY
ANINDYA GANGULY el 21 de Nov. de 2022
Respondida: Aritra el 24 de Nov. de 2022
I have attached the *.mat file for reference. Any help will be appreciated.

Respuestas (1)

Aritra
Aritra el 24 de Nov. de 2022
Hi Anindya,
As per my understanding you are trying to convert MATLAB file to PDB file.You can read and write PDB files in MATLAB using “pdb2mat” and “mat2pdb” function.
The pdb2mat function takes a PDB file as input and generates a matlab-friendly data structure. The mat2pdb function creates PDB from coordinate data and represents all inputs as a structure field for it to be read.
You can refer to the following file exchange to know more about “mat2pdb” and “pdb2mat”: https://in.mathworks.com/matlabcentral/fileexchange/42957-read-and-write-pdb-files-using-matlab

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by