Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

mehr als 13 Jahre vor

Gelöst


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...

mehr als 13 Jahre vor

Gelöst


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...

mehr als 13 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

mehr als 13 Jahre vor

Gelöst


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:...

mehr als 13 Jahre vor

Gelöst


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...

mehr als 13 Jahre vor

Beantwortet
Need help with defining a variable in my tic toc function
it's obvious look at line 29 and 30! n is vector? or n is scaler?

mehr als 13 Jahre vor | 0

| akzeptiert

Beantwortet
Simulink/Matlab diference
see this http://www.mathworks.com/help/toolbox/eml/ug/bq1h2z7-11.html

mehr als 14 Jahre vor | 0

| akzeptiert

Beantwortet
integral square error
It's easy! Use simulink with optimization toolbox (or fminsearch) together. If you have the optimization toolbox type open run...

mehr als 14 Jahre vor | 0

Beantwortet
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...

etwa 15 Jahre vor | 0

| akzeptiert

Beantwortet
More Recursion Help Needed
see the 11th and 12th lines of pnm function elseif ( norm == 0 && n >= m+2) pnmCurrentn = ((2*n-1)/(n-...

etwa 15 Jahre vor | 0

| akzeptiert

Gesendet


fourier series calculator
initiates a GUI that graphs a function against the nth partial sum of its Fourier series

mehr als 16 Jahre vor | 2 Downloads |

4.0 / 5
Thumbnail

Gesendet


Temperature Controller
This program simulate temperature control of one or two series tank.

mehr als 17 Jahre vor | 1 Download |

3.9 / 5
Thumbnail

Gesendet


simpro v1.02
pressure, temperature or level control of one tank or two series tank(interacting or noninteracting)

etwa 19 Jahre vor | 5 Downloads |

4.25 / 5
Thumbnail

Gesendet


liquid level simulator
Simulate liqiud level system.

fast 21 Jahre vor | 2 Downloads |

3.16667 / 5