Community Profile

photo

Il


University of Florida

Con actividad desde 2012

Followers: 0   Following: 0

Contacto

Estadísticas

All
  • First Review
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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

más de 11 años hace | 1 respuesta | 0

1

respuesta

Resuelto


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

casi 12 años hace

Resuelto


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

casi 12 años hace

Resuelto


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

casi 12 años hace

Resuelto


inner product of two vectors
inner product of two vectors

casi 12 años hace

Resuelto


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

casi 12 años hace

Resuelto


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

casi 12 años hace

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

casi 12 años hace

Resuelto


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

casi 12 años hace

Resuelto


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

casi 12 años hace

Resuelto


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

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

casi 12 años hace