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

답변