how to calculate f(x) = a*x^b+c

i have ,a = -41.96; b =0.106; c =278.5; x=328.8724. how to calculate f(x) = a*x^b+c? it is showing ??? Attempted to access (328.872); index must be a positive integer or logical. help me

 Respuesta aceptada

Mischa Kim
Mischa Kim el 9 de Abr. de 2014
Editada: Mischa Kim el 9 de Abr. de 2014

0 votos

Rupraj, use
f = a*x^b + c
This should result in
f =
2.009395380889448e+02

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 9 de Abr. de 2014

Comentada:

el 9 de Abr. de 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by