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
