A résolu


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

environ 9 ans il y a

A résolu


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

environ 9 ans il y a

A résolu


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

presque 10 ans il y a

A soumis


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

environ 10 ans il y a | 1 téléchargement |

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

plus de 10 ans il y a | 2 réponses | 0

2

réponses

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

plus de 10 ans il y a | 1 réponse | 0

0

réponse

A résolu


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

plus de 10 ans il y a