photo

Dan W


University of Rochester

2015 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

0 質問
1 回答

Cody

0 問題
2 解答

ランク
2,447
of 300,364

評判
26

コントリビューション
0 質問
1 回答

回答採用率
0.00%

獲得投票数
13

ランク
 of 20,934

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
73,329
of 168,407

コントリビューション
0 問題
2 解答

スコア
40

バッジ数
2

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

10年以上 前

解決済み


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

10年以上 前

回答済み
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([...

11年弱 前 | 13