Problem 44615. ¿Es una función exponencial?
Crea una función que permita analizar si los datos dados por el usuario ( x e y) se relacionan por medio de una función exponencial de la forma y = e^x. Para la comprobación redondea al primer decimal más cercano.
- Ejemplo
x = [1 2 3 4 5 6 7 8 9 10] y = [1 2,7 7,4 20,1 54,6 148,4 403,4 1096,6 2981 8103,1 22026,5]
Sí es una relación exponencial, por lo que la respuesta de la función creada será un 1 lógico.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers24
Suggested Problems
-
Which values occur exactly three times?
5138 Solvers
-
Project Euler: Problem 10, Sum of Primes
1884 Solvers
-
"Low : High - Low : High - Turn around " -- Create a subindices vector
545 Solvers
-
Convert from Base 10 to base 5
262 Solvers
-
Calculate sin(x) without sin(x)
102 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!