Problem 49067. Area Conversion 1
Solution Stats
Problem Comments
-
9 Comments
What is the issue with this problem, even when the values come up same it shows assertion failed?
@Zuha Altaf Try rounding to four decimal digits.
A lot of negative comments and for just reason. I was banging my head on this for some time.
The option that worked for me is this, you're given feet squared and the answer of square meters in the sample problems. Easiest way is to find the conversion that works:
m^2 = ft^2 x conversion_FudgeFactor.
Get conversion_FudgeFactor to one side and solve. Use 'round' to 4 decimal places. It's really not fudged as you can get the answer online for direct conversion of ft^2 to m^2.
Just be careful of significant numbers. I used 4 decimal places.
Solution Comments
Show commentsProblem Recent Solvers809
Suggested Problems
-
Return a list sorted by number of occurrences
2819 Solvers
-
Make an awesome ramp for a tiny motorcycle stuntman
675 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
11964 Solvers
-
494 Solvers
-
Back to basics - mean of corner elements of a matrix
427 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!