Risposta accettata

Mitch Lautigar
Mitch Lautigar il 9 Giu 2022

0 voti

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 Commenti

asjad diknash
asjad diknash il 9 Giu 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 il 9 Giu 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 il 9 Giu 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 il 10 Giu 2022
yes

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Programming in Centro assistenza e File Exchange

Prodotti

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by