Gelöst


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

etwa 9 Jahre vor

Gelöst


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

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

etwa 10 Jahre vor

Gesendet


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

etwa 10 Jahre vor | 1 Download |

Thumbnail

Frage


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

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

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 10 Jahre vor