James Tursa - MATLAB Central
photo

James Tursa


Last seen: 1일 전 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 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 질문
4,272 답변

File Exchange

33 파일

Cody

0 문제
4 답안

순위
20
of 297,560

평판
13,665

참여
24 질문
4,272 답변

답변 채택
37.5%

획득한 표
2,608

순위
166 of 20,456

평판
7,612

평균 평점
4.60

참여
33 파일

다운로드 수
98

ALL TIME 다운로드 수
71520

순위
58,642
of 159,148

참여
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

12년 초과 전

문제를 풀었습니다


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년 전