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
Problem Comments
-
4 Comments
Show
1 older comment
Abdullah Caliskan
on 7 Aug 2014
hi,function need two input and also first testsuite is not correct
Jan Orwat
on 7 Aug 2014
10+20==32 ???
J. S. Kowontan
on 9 Apr 2018
The first test suite is still faulty...10+20=32.
Dyuman Joshi
on 2 Jul 2021
Test suite has been fixed
Solution Comments
Show commentsProblem Recent Solvers19
Suggested Problems
-
Replace NaNs with the number that appears to its left in the row.
3055 Solvers
-
Convert a vector into a number
612 Solvers
-
701 Solvers
-
Sort the vector with the given index
125 Solvers
-
Create Vector containing following elements
142 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!