how do i use sqrt when trying to code a math function

Respuestas (1)

sqrt(100^2+(.01x-(100/x))^2)
^^
MATLAB has absolutely no implied multiplication. .01x is a syntax error, not 0.01 times x.

Etiquetas

Preguntada:

el 20 de Feb. de 2023

Respondida:

el 21 de Feb. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by