photo

Tauseef Gulrez


Last seen: 1년 초과 전 2016년부터 활동

Followers: 0   Following: 0

메시지

I am a researcher, who develop robotic systems and biomechanical upper-limb models.

통계

All
File Exchange

4 파일

Cody

0 문제
13 답안

순위
N/A
of 301,153

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
7,522 of 21,182

평판
131

평균 평점
5.00

참여
4 파일

다운로드 수
5

ALL TIME 다운로드 수
1007

순위
32,984
of 173,067

참여
0 문제
13 답안

점수
150

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 5-Star Galaxy Level 3
  • GitHub Submissions Level 2
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Solver

배지 보기

Feeds

보기 기준

제출됨


3D Hex Grid Generator
3D Hexagonal Grid

거의 6년 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

제출됨


Hex_grid_generator
Behavioral Anatomy of a Hunt

거의 6년 전 | 다운로드 수: 2 |

5.0 / 5
Thumbnail

제출됨


Hex_grid_circular
Behavioral Anatomy of a Hunt

거의 6년 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

제출됨


Jacobi Grid Transformation
The Jacobian is used to transform grid from one coordinate system to another.

7년 초과 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

문제를 풀었습니다


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

7년 초과 전

문제를 풀었습니다


Angle between two vectors
You have two vectors , determine the angle between these two vectors For example: u = [0 0 1]; v = [1 0 0]; The a...

7년 초과 전

문제를 풀었습니다


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

8년 초과 전

문제를 풀었습니다


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.

8년 초과 전

문제를 풀었습니다


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

대략 9년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 9년 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

대략 9년 전

문제를 풀었습니다


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

대략 9년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

대략 9년 전

문제를 풀었습니다


Use R2016b Text Manipulations to Fix These Addresses (Part 2)
We have a series of addresses like the following which we'd like to reformat. All the addresses are in the Boston area of Mass...

대략 9년 전

문제를 풀었습니다


Use R2016b Text Manipulations to Fix These Addresses (Part 1)
We have a series of addresses like the following which we'd like to reformat. Can you remove the latitude and longitude from the...

대략 9년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

대략 9년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

9년 초과 전