given two strings of numeric expressions such as '1-7/14' and '11/22+0.2^2', return 1 if they are numerically exactly equal otherwise return 0.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers59
Suggested Problems
-
Find common elements in matrix rows
2720 Solvers
-
Number of 1s in the Binary Representation of a Number
486 Solvers
-
Return elements unique to either input
816 Solvers
-
Determine Whether an array is empty
816 Solvers
-
471 Solvers
More from this Author99
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Any particular reason why we can't use the eval function in the code? My solution using that just gave me the following:
Error: You may not use the command EVAL in your code