Risolto


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

circa 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


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

quasi 10 anni fa

Inviato


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

circa 10 anni fa | 1 download |

Thumbnail

Domanda


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

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 10 anni fa | 0 risposte | 0

0

risposte

Risolto


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

oltre 10 anni fa