Converting these mathematical formulas to a matlab equation.

(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?

 Réponse acceptée

jahanzaib ahmad
jahanzaib ahmad le 25 Jan 2019
(x-3)./(sqrt(x.^2-3.*x+5)) ;

3 commentaires

says x is an undefined variable or function
(x*(2*y.^2-5))/(z+3), (2*x-3*x+7)/(x-5).^2 ;
ignore my previous comment, thank you

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Programming dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by