photo

henry tochukwu


Last seen: 2年弱 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
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年弱 前 | 0

回答済み
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年弱 前 | 0

質問


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年弱 前 | 2 件の回答 | 0

2

回答

回答済み
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年以上 前 | 0

質問


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年以上 前 | 1 件の回答 | 0

1

回答