Community Profile

photo

Dan W


University of Rochester

Aktiv seit 2015

Statistiken

All
  • First Answer
  • Commenter
  • Solver

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gelöst


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.

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Beantwortet
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([...

etwa 9 Jahre vor | 13