Problem 2486. Get the variable value from a string and generate sum

Get the variable value from a string.
Example.
x = 'A=10'
y = 'B=20'
Result = (x+y)
Result = 30

Solution Stats

31.15% Correct | 68.85% Incorrect
Last Solution submitted on Nov 14, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers18

Suggested Problems

More from this Author1

Community Treasure Hunt

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

Start Hunting!