Adding Cells with numbers defined as strings - MATLAB Cody - MATLAB Central

Problem 2683. Adding Cells with numbers defined as strings

Difficulty:Rate

Given a cell, with strings representing numbers, add each value.

For example:

a = {'9','33'};

the output should be:

y = 42

Solution Stats

63.78% Correct | 36.22% Incorrect
Last Solution submitted on Feb 25, 2025

Solution Comments

Show comments

Problem Recent Solvers79

Suggested Problems

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!
Go to top of page