Problem 2019. Dimensions of a rectangle
Solution Stats
Problem Comments
-
9 Comments
Show
6 older comments
Dominik
on 20 Mar 2015
An interesting problem providing the sqrt(10) factor.
Massimo Zanetti
on 14 Oct 2016
Do you know that "rectangle" is a Matlab function???????????????????????????????????
Jaeho Seol
on 18 Oct 2016
The function name 'rectangle' is duplicated with the built-in function. Cannot execute the test trial.
Milan Petrovic
on 21 Oct 2016
There was no correct solution since October, 12th, due to a defect in the test.
Milan Petrovic
on 24 Oct 2016
Thank you for renaming the function.
The test trials now can be executed correctly.
Brandon Flowers
on 4 Dec 2017
great problem
Wilmer Alexander Ticona Juarez
on 7 Aug 2020
function [width, length] = findRectangleDimensions(x)
width =sqrt(x^2/10);
length = 3*width;
end
昱轩 张
on 8 Feb 2022
pretty interesting
Szollosi Anna
on 16 May 2022
good problem!
Solution Comments
Show commentsProblem Recent Solvers4359
Suggested Problems
-
8321 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
466 Solvers
-
504 Solvers
-
5070 Solvers
-
4889 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!