Community Profile

photo

Dan W


University of Rochester

Con actividad desde 2015

Followers: 0   Following: 0

Contacto

Estadísticas

All
  • First Answer
  • Commenter
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

casi 9 años hace

Resuelto


Find nth maximum
Find nth maximum in a vector of integer numbers. Return NaN if no such number exists. x = [2 6 4 9 -10 3 1 5 -10]; So ...

casi 9 años hace

Respondida
Delete row from Matrix
I'm not sure if this is new syntax or not, but it works with R2012a and it's fast and simple. x = rand(100); tic; x([...

alrededor de 9 años hace | 13