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
Solution Comments
Show comments
Loading...
Problem Recent Solvers21
Suggested Problems
-
Remove any row in which a NaN appears
8785 Solvers
-
Create a square matrix of multiples
502 Solvers
-
Split a string into chunks of specified length
2138 Solvers
-
Is this triangle right-angled?
6589 Solvers
-
Check transmitted data follow even parity (True or false)
59 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!
hi,function need two input and also first testsuite is not correct
10+20==32 ???
The first test suite is still faulty...10+20=32.
Test suite has been fixed