photo

James Tursa


Last seen: Today 自 2007 起处于活动状态

Followers: 2   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,279 个回答

File Exchange

33 文件

Cody

0 个问题
4 个答案

排名
20
of 300,715

声誉
13,716

贡献数
25 个提问
4,279 个回答

回答接受率
40.0%

收到投票数
2,623

排名
168 of 21,048

声誉
7,650

平均
4.60

贡献数
33 文件

下载次数
72

ALL TIME 下载次数
71902

排名
62,850
of 170,301

贡献数
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

13 years 前

已解决


inner product of two vectors
inner product of two vectors

13 years 前

已解决


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]

14 years 前

已解决


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.

14 years 前