Resuelto


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

alrededor de 9 años hace

Resuelto


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

alrededor de 9 años hace

Resuelto


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

alrededor de 10 años hace

Enviada


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

alrededor de 10 años hace | 1 descarga |

Thumbnail

Pregunta


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

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Resuelto


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

más de 10 años hace