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