How do I use string manipulating functions, to pull numbers out of strings and add them together?

Two variables store strings that consist of a letter of the alphabet, a blank space, and a number (in the form ‘R 14.3’). Write a script that would initialize two such variables. Then, use string manipulating functions to extract the numbers from the strings and add them together

Answers (0)

This question is closed.

Asked:

on 17 Mar 2014

Closed:

on 18 Mar 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!