photo

henry tochukwu


Last seen: fast 2 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Plotting a graph of y for a given value of x
x = [-5:1:10]; y = (5 * sin(x))/ (x + exp(-0.75*x))-(3*x)/5; plot(x,y,'.-'), xlabel('x-axis'), ylabel('y-axis'), grid on, axis...

fast 2 Jahre vor | 0

Beantwortet
Plotting a graph of y for a given value of x
x= [1 2 3 4 5 6 7 8 9 10]; x= [-5:20:5]; y= [(5 * sin(x))/ (x + exp(-0.75x))]-(3*x)/5 plot(x,y) This is the one I did bef...

fast 2 Jahre vor | 0

Frage


Plotting a graph of y for a given value of x
Please I've been trying to plot the graph above but I'm finding it difficult.. please can someone help

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
how to create a function, and make the function to take items as its only parameter
please i only wanted a guideline on how to do the assignment. i won't repeat such again. thanks

mehr als 4 Jahre vor | 0

2

Antworten

Frage


ASSIGNING A VALUE TO A VARIABLE
please I want to know if it is possible to write an equation containing a variable before writing down the values. e.g V = a+3, ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort