gtsam/matlab/symbolChr.m

4 lines
94 B
Matlab

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