photo

henry tochukwu


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

2 years ago | 0

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

2 years ago | 0

Question


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

2 years ago | 2 answers | 0

2

answers

Answered
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

4 years ago | 0

Question


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

4 years ago | 1 answer | 0

1

answer