Converting these mathematical formulas to a matlab equation.

1 visualización (últimos 30 días)
(x(2y^2-5))/(z+3), (2x-3x+7)/(x-5)^2, and (x-3)/(sqrt(x^2-3x+5)) How can i convert these to a proper matlab equation?

Respuesta aceptada

jahanzaib ahmad
jahanzaib ahmad el 25 de En. de 2019
(x-3)./(sqrt(x.^2-3.*x+5)) ;
  3 comentarios
jahanzaib ahmad
jahanzaib ahmad el 25 de En. de 2019
(x*(2*y.^2-5))/(z+3), (2*x-3*x+7)/(x-5).^2 ;
James Panhorst
James Panhorst el 25 de En. de 2019
ignore my previous comment, thank you

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by