Dadas dos magnitudes (a y b) en forma de vectores, crear una función que permita obtener la razón de proporcionalidad m sólo en aquellos casos en los que exista una relación de proporcionalidad directa entre ambas.
- Ejemplo 1:
a = [1 2 3 4] b = [2 4 6 8]
Relación proporcional de razón m = 2.
- Ejemplo 2:
a = [1 2 3 4] b = [1 6 3 2]
No existe relación de proporcionalidad, por lo que m = 0.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers34
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
53293 Solvers
-
Replace NaNs with the number that appears to its left in the row.
3069 Solvers
-
832 Solvers
-
1498 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
871 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!