Guy Rouleau - MATLAB Central
photo

Guy Rouleau

Last seen: 2 days ago Active since 2008

Followers: 10   Following: 0

Message

Statistics

All
BlogsMATLAB AnswersFile ExchangeCodyHighlightsZoom OutFrom 02/08 to 03/25Use left and right arrows to move selectionFrom 02/08Use 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

0 Questions
308 Answers

File Exchange

16 Files

Cody

0 Problems
10 Solutions

Blogs

442 Posts

Highlights

2 Highlights

RANK
135
of 297,560

REPUTATION
908

CONTRIBUTIONS
0 Questions
308 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
188

RANK
460 of 20,456

REPUTATION
3,575

AVERAGE RATING
4.60

CONTRIBUTIONS
16 Files

DOWNLOADS
75

ALL TIME DOWNLOADS
33054

RANK
36,113
of 159,148

CONTRIBUTIONS
0 Problems
10 Solutions

SCORE
110

NUMBER OF BADGES
1

CONTRIBUTIONS
442 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
2 Highlights

AVERAGE NO. OF LIKES
1

  • Thankful Level 2
  • 36 Month Streak
  • Solver
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 3
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Pro
  • Revival Level 2
  • Knowledgeable Level 5

View badges

Feeds

Solved


Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>

9 years ago

Solved


Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>

9 years ago

Solved


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

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

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

13 years ago

Solved


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

13 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

13 years ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

13 years ago

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

13 years ago

Solved


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

13 years ago