That's because the functional form you are using when you enter
>>trace A
is executing
>>trace('A')
and in this case, it is nothing more than
>>sum('A')
Just like
>>help conv
is the same as
>>help('conv')
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!