Statistics
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
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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 |

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

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