Bug SS-43
2 votes

num2str() cannot handle sum() with unknown length

Created by Martin Kraska on 3/23/2014 2:05 PM Last Updated by Martin Kraska on 3/31/2014 1:49 AM
%
 (hrs)
Logged: 0   (hrs)

 Description

num2str fails if the argument of sum() is undefined or the limit of sum(4) are undefined. num2str() tries to expand the sums into + operations instead of directly using the function name "sum"

There are no comments for this issue.