Community Profile

photo

Dan W


University of Rochester

2015년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • First Answer
  • Commenter
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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.

거의 9년 전

문제를 풀었습니다


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

거의 9년 전

답변 있음
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([...

대략 9년 전 | 13