Atom_label
This variable is a 1xn cell array usually holding the atomnames of the n unique and different atomtypes in the atom struct.
Contents
Version
Example
Try this:
Version
2.11
Example
Atom_label = {'Si'};
Atom_label = {'Ow' 'Hw'};
Try this:
Atom_label = {
'Ow'
'Hw'
}
Published with MATLAB® R2022a