Community Profile

photo

Il


University of Florida

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Solver

View badges

Feeds

View by

Question


optim/barrier.p "Matrix dimensions must agree" error
I'm using `fmincon', and getting a weird error. My function is defined on [0,inf) x [0,1), and I return inf outside of the range...

mer än 11 år ago | 1 answer | 0

1

answer

Solved


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

nästan 12 år ago

Solved


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

nästan 12 år ago

Solved


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

nästan 12 år ago

Solved


inner product of two vectors
inner product of two vectors

nästan 12 år ago

Solved


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

nästan 12 år ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

nästan 12 år ago

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

nästan 12 år ago

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

nästan 12 år ago

Solved


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

nästan 12 år ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

nästan 12 år 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:...

nästan 12 år ago