Respuesta aceptada

Mitch Lautigar
Mitch Lautigar el 9 de Jun. de 2022

0 votos

You need to use dot indexing since the values passed in will be in an array. Since this looks like a HW problem, I encourage you to play with ".*" and "./" and use the following link to help you with the natural log.
https://www.mathworks.com/help/matlab/ref/log.html

4 comentarios

asjad diknash
asjad diknash el 9 de Jun. de 2022
yeah but the problem is that i did try to make it work and i failed if u can help me with the code it will be wonderful
Mitch Lautigar
Mitch Lautigar el 9 de Jun. de 2022
% numerator ./ denominator
y = ( 2.* exp(x) ) ./ ()
%you can handle the denominator. Note how I'm using parenthesis and spaces to make things easier to see.
asjad diknash
asjad diknash el 9 de Jun. de 2022
so after i write the equation and in order to get a gragh i just use plot(x,y) right?
Mitch Lautigar
Mitch Lautigar el 10 de Jun. de 2022
yes

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 9 de Jun. de 2022

Comentada:

el 10 de Jun. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by