1 %>@ingroup codegen
string
3 %>@brief Returns a
string containing the text that MATLAB shows when you type the variable name in the command prompt
11 s = regexp(cellstr(evalc('o')), '\n', 'split');
13 % s = w = cellfun(@(a) [a
'$'], {
'10',
'log(1)',
'444'},
'UniformOutput', 0);[cellfun(s(8:end-2);
14 % s = strtrim(s(8:end-2));
17 s = [[
class(o),
'; ', o.get_ancestry()], s];
20 s = sprintf(
'%s\n', s{:});
function get_matlab_output(in o, in flag_cell)