0001 0002 function [T] = zBackboneText(bcc) 0003 0004 if bcc > 0, 0005 zBackboneCodes 0006 T = Codes{fix(bcc)}; 0007 else 0008 T = ' -'; 0009 end