gtsam/matlab/symbolChr.m

4 lines
93 B
Matlab

function c = symbolChr(key)
% generate the chr from a key
s = gtsamSymbol(key);
c = s.chr();