photo

James Tursa


Last seen: Today 2007 年からアクティブ

Followers: 1   Following: 0

Interested in external applications, mex & engine applications with Fortran, C, C++, etc, particularly in the areas of speed improvement and memory management efficiencies.

統計

All
MATLAB Answers

25 質問
4,275 回答

File Exchange

33 ファイル

Cody

0 問題
4 解答

ランク
20
of 298,917

評判
13,690

コントリビューション
25 質問
4,275 回答

回答採用率
40.0%

獲得投票数
2,618

ランク
167 of 20,660

評判
7,626

平均評価
4.60

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

ダウンロード
62

ALL TIME ダウンロード
71662

ランク
60,185
of 162,875

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

スコア
50

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Explorer
  • Revival Level 3
  • Master
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • 36 Month Streak
  • Thankful Level 3
  • Knowledgeable Level 5
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

12年以上 前

解決済み


inner product of two vectors
inner product of two vectors

13年弱 前

解決済み


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

13年以上 前

解決済み


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.

13年以上 前