Pavl M. - MATLAB Central
photo

Pavl M.


On which inculcated project you want to hire me?

Last seen: 2 months ago Active since 2011

Followers: 0   Following: 0

Message
Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
Other - Ask me my pronouns
Professional Interests:
Control Design, Control, Architecture and Component Design, Vehicle Scenarios, Vehicle Motion

Statistics

All
MATLAB AnswersCodyFile ExchangeFrom 11/11 to 03/25Use left and right arrows to move selectionFrom 11/11Use 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

7 Questions
69 Answers

File Exchange

4 Files

Cody

0 Problems
9 Solutions

RANK
1,767
of 297,547

REPUTATION
38

CONTRIBUTIONS
7 Questions
69 Answers

ANSWER ACCEPTANCE
28.57%

VOTES RECEIVED
6

RANK
16,786 of 20,454

REPUTATION
5

AVERAGE RATING
0.00

CONTRIBUTIONS
4 Files

DOWNLOADS
5

ALL TIME DOWNLOADS
12

RANK
35,772
of 159,122

CONTRIBUTIONS
0 Problems
9 Solutions

SCORE
115

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Submission
  • Knowledgeable Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Promoter
  • Solver
  • Explorer
  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Solved


Damping of Servomotors with Tachometer Feedback
In Control Engineering, servomotors with tachometer feedback can be modeled by the second order system K / [J*s^2 + (B + K*K...

3 months ago

Solved


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

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

4 months ago

Solved


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

5 months ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

5 months ago

Solved


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

5 months ago

Solved


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

2 years ago

Solved


square root
Find the square root (y) of an input (x).

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

2 years ago