Community Profile

photo

Timothy Bell


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
How to create a sine function using a mid point break loop.
I figured it out; here is in case anyone else would like to see. function output = my_sin(x) x=input('Enter value of x to ...

10 years ago | 1

| accepted

Question


How to create a sine function using a mid point break loop.
Create a function called my_sin, using a midpoint break loop to approximate the value of sin(x). Determine convergence by compar...

10 years ago | 1 answer | 0

1

answer

Question


Use matrix index number as parameter for x-axis.
So I have to plot the following set of data: y=[12,14,12,22,8,9] And allow MATLAB to use the matrix index number as the para...

10 years ago | 1 answer | 0

1

answer