James Tursa - MATLAB Central
photo

James Tursa


Last seen: Today Active since 2007

Followers: 1   Following: 0

Message

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

Statistics

All
MATLAB AnswersFile ExchangeCodyFrom 11/07 to 03/25Use left and right arrows to move selectionFrom 11/07Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

24 Questions
4,272 Answers

File Exchange

33 Files

Cody

0 Problems
4 Solutions

RANK
20
of 297,547

REPUTATION
13,665

CONTRIBUTIONS
24 Questions
4,272 Answers

ANSWER ACCEPTANCE
37.5%

VOTES RECEIVED
2,608

RANK
166 of 20,454

REPUTATION
7,612

AVERAGE RATING
4.60

CONTRIBUTIONS
33 Files

DOWNLOADS
98

ALL TIME DOWNLOADS
71520

RANK
58,637
of 159,122

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

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

12 years ago

Solved


inner product of two vectors
inner product of two vectors

12 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]

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

13 years ago