Solved


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

9 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

9 years ago

Solved


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

10 years ago

Submitted


circus() - just a simple circle function to generate circle info for plotting
give circus a radius and it returns circumference coordinates to plot

10 years ago | 1 download |

Thumbnail

Question


Rounding using 'fix'... possibly a bug?
Could someone tell me if this is a bug, or is there some logical reason 'fix' would round: |.3/.1 = 2| whereas |.4/...

10 years ago | 2 answers | 0

2

answers

Question


Questions about "best-practice" for modeling boundaries in Brownian motion surface diffusion
Hey there matlab gurus. I am a neurodynamics grad student at UCSD, and I've recently become interested in modeling surface diffu...

10 years ago | 0 answers | 0

0

answers

Solved


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

10 years ago