Problem 44084. Determine if a four bar mechanism is of Grashof type
Solution Stats
Problem Comments
-
1 Comment
Mustafa Gurbuz
on 27 Sep 2022
function y = Grashof(x)
s=min(x)
l=max(x)
if (s+l)<=()
y = true
else
y = false
end
end is what I have but I cannot find out how to get p or q from this vector
Problem Recent Solvers57
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
8079 Solvers
-
The Hitchhiker's Guide to MATLAB
3156 Solvers
-
Is my wife right? Now with even more wrong husband
1304 Solvers
-
333 Solvers
-
734 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!