Differentiating a symbolic function
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i want to differentiate f=@(x)x^3-4*x^2+x+6; how can i do this? how i can find f'(x)?
0 comentarios
Respuestas (2)
Roger Stafford
el 24 de Mzo. de 2017
Express your function in symbolic form and use ‘diff’.
0 comentarios
Ver también
Categorías
Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!