photo

henry tochukwu


Last seen: casi 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
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...

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 0

Pregunta


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

casi 2 años hace | 2 respuestas | 0

2

respuestas

Respondida
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

más de 4 años hace | 0

2

respuestas

Pregunta


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, ...

más de 4 años hace | 1 respuesta | 0

1

respuesta