1 2 3 4 5 6 7 8 9 10
function out2tp = FA_SCHUR_TP(in2tp) in2type = string(in2tp); if(in2type == 'g') out2tp = 'd' else out2tp = in2type end endfunction