Given a cell, with strings representing numbers, add each value.
For example:
a = {'9','33'};
the output should be:
y = 42
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers102
Suggested Problems
-
Determine whether a vector is monotonically increasing
23045 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1999 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
649 Solvers
-
764 Solvers
-
Rounding off numbers to n decimals
5571 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!