
James Tursa
Interested in external applications, mex & engine applications with Fortran, C, C++, etc, particularly in the areas of speed improvement and memory management efficiencies.
Statistics
RANK
17
of 262,593
REPUTATION
12,888
CONTRIBUTIONS
17 Questions
4,101 Answers
ANSWER ACCEPTANCE
41.18%
VOTES RECEIVED
2,360
RANK
164 of 17,976
REPUTATION
7,297
AVERAGE RATING
4.60
CONTRIBUTIONS
32 Files
DOWNLOADS
150
ALL TIME DOWNLOADS
68394
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Solved
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
9 years ago
Solved
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]
10 years ago
Solved
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 years ago