Community Profile

photo

Sébastien Martin


NCTU

Last seen: etwa 2 Jahre vor Aktiv seit 2015

Followers: 0   Following: 0

Kontakt

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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]

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 8 Jahre vor

Gelöst


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

etwa 8 Jahre vor

Frage


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

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Gelöst


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

mehr als 8 Jahre vor

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

fast 9 Jahre vor | 0

| akzeptiert

Gesendet


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

fast 9 Jahre vor | 5 Downloads |

Thumbnail