Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
約13年 前
解決済み
Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...
Times 2 - START HERE
Try out this test problem first.
Given the variable x as your input, multiply it by two and put the result in y.
Examples:...
約13年 前
解決済み
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so:
x = [1 2 3 4]
Commas are optional, s...
回答済み Simulink/Matlab diference
see this http://www.mathworks.com/help/toolbox/eml/ug/bq1h2z7-11.html
約14年 前 | 0
| 採用済み
回答済み integral square error
It's easy! Use simulink with optimization toolbox (or fminsearch) together.
If you have the optimization toolbox type open run...
14年以上 前 | 0
回答済み Recursion Help ... Again...
check this codes
elseif (norm == 0 && m == 0)
pn = -((n-1)/n)*pnm(n-2,0,theta,norm)+((2*n-1)/n)*(cos(t...
15年弱 前 | 0
| 採用済み
回答済み More Recursion Help Needed
see the 11th and 12th lines of pnm function
elseif ( norm == 0 && n >= m+2)
pnmCurrentn = ((2*n-1)/(n-...
15年弱 前 | 0
| 採用済み
送信済み
fourier series calculator
initiates a GUI that graphs a function against the nth
partial sum of its Fourier series
16年以上 前 | ダウンロード 2 件 |
4.0 / 5
送信済み
Temperature Controller
This program simulate temperature control of one or two series tank.
約17年 前 | ダウンロード 9 件 |
3.9 / 5
送信済み
simpro v1.02
pressure, temperature or level control of one tank or two series tank(interacting or noninteracting)