Paul Lambrechts - MATLAB Central
photo

Paul Lambrechts

Last seen: 20 days ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
CodyMATLAB AnswersFile ExchangeFrom 06/12 to 03/25Use left and right arrows to move selectionFrom 06/12Use 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
3 Answers

File Exchange

2 Files

Cody

1 Problem
7 Solutions

RANK
150,532
of 297,527

REPUTATION
0

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
1,335 of 20,454

REPUTATION
1,411

AVERAGE RATING
4.80

CONTRIBUTIONS
2 Files

DOWNLOADS
14

ALL TIME DOWNLOADS
13565

RANK
33,846
of 159,075

CONTRIBUTIONS
1 Problem
7 Solutions

SCORE
125

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Revival Level 1
  • First Answer
  • Quiz Master
  • Creator
  • Solver

View badges

Feeds

View by

Answered
Read actual positions from Newport stage controller instrument ESP302
Hi, I am not sure if this will help but I notice that you are using the old "query" command in combination with the new "tcpclie...

3 months ago | 0

| accepted

Solved


Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...

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

7 years ago

Submitted


Motion Control Demo
Model Based Design Demonstration Based on a Motion Control Case Study

8 years ago | 5 downloads |

4.5 / 5
Thumbnail

Answered
New administrator, switching license to new user
Have a look at: https://nl.mathworks.com/matlabcentral/answers/101101-how-do-i-change-the-administrators-of-a-license

8 years ago | 0

Answered
Admin Rights on Licenses site
Have a look at: https://nl.mathworks.com/matlabcentral/answers/101101-how-do-i-change-the-administrators-of-a-license

8 years ago | 0

Submitted


Advanced Setpoints for Motion Systems
Create and simulate up to fourth order trajectories for motion systems doing point-to-point moves.

8 years ago | 9 downloads |

5.0 / 5
Thumbnail

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

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

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

12 years ago

Problem


Wrapping the Tower of Pisa
The famous artist Christo Vladimirov Javacheff, who likes pizza, wants to wrap the well-known Italian tower in paper. It is a ci...

13 years ago | 3 | 289 solvers

Solved


Wrapping the Tower of Pisa
The famous artist Christo Vladimirov Javacheff, who likes pizza, wants to wrap the well-known Italian tower in paper. It is a ci...

13 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