photo

Sébastien Martin


NCTU

Last seen: 3 years ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
1 Answer

File Exchange

1 File

Cody

0 Problems
5 Solutions

RANK
10,504
of 300,392

REPUTATION
4

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
10,414 of 20,934

REPUTATION
58

AVERAGE RATING
5.00

CONTRIBUTIONS
1 File

DOWNLOADS
3

ALL TIME DOWNLOADS
482

RANK
56,241
of 168,373

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

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]

7 years ago

Solved


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

7 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

9 years ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

9 years ago

Question


'Fill' function with coloured lines instead of filling area
I'm trying to superpose two different things that I can easily draw with the 'fill' or 'patch' functions. Though when I superpo...

10 years ago | 2 answers | 0

2

answers

Solved


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

10 years ago

Answered
Pointers in Matlab and vector of pointers
Hi, Check this link: <http://in.mathworks.com/help/matlab/matlab_external/working-with-pointers.html>

10 years ago | 0

| accepted

Submitted


Plot with linestyles and markers
Plot lines with different line styles, line colors, and markers

10 years ago | 3 downloads |

5.0 / 5
Thumbnail