Feeds
已回答
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 ...
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 ...
11 years 前 | 1
| 已接受
提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
