Molecules on flat surface by using the package of Atomistic Topology Operations
5 次查看(过去 30 天)
显示 更早的评论
I'm trying simluate a binding between streptavidin and biotin by this package.
I tried to follow the instruction on this web: http://moleculargeo.chem.umu.se/codes/atom-scripts/
but when I try to work on the second row with streptavidin pdb file:
mineral = replicate_atom(oneunitcell,Box_dim,[6 4 1]); % replicate the unit cell 6x4x1 times
There's an error "Unrecognized function or variable 'Box_dim'." but I've already install the package. So how should I fix it?
0 个评论
回答(1 个)
John D'Errico
2020-9-22
Without more carefully reading the help for the code you are using, when I go to that link, it describes Box_dim as a variable.
I assume Box_dim is intended to specify something about the dimensions of a box. (Why does that seem reasonable to me?)
Anyway, I would read the manual! Documentation is put there for a reason. If absolutely no documentation was provided, then good luck. Contact the authors.
0 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!