Solving Engineering Problems Using MATLAB C API - CodeProject

Solving Engineering Problems Using MATLAB C API - CodeProject

瀏覽:861
日期:2025-06-12
hi please help me, I use the PDB matlab(Bioinformatics Toolbox) for read information of protein code matlab is: a=pdbread('c:\1ASY.pdb') for i=1:length(a.Model.Atom) x(i)=a.Model.Atom(i).X y(i)=a.Model.Atom(i).Y z(i)=a.Model.Atom(i).Z c(i)=a.Model.Ato...看更多