photo

Mr. Pavl M.


Last seen: 5 mois il y a Actif depuis 2011

Followers: 0   Following: 0

Message

Who are they? Which are they? For which reasons? Wherefore? Which Epistocratic to Noocractic transitions? Why? To what?

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

Statistiques

All
MATLAB Answers

7 Questions
69 Réponses

File Exchange

4 Fichiers

Cody

0 Problèmes
10 Solutions

RANG
1 805
of 300 364

RÉPUTATION
38

CONTRIBUTIONS
7 Questions
69 Réponses

ACCEPTATION DE VOS RÉPONSES
28.57%

VOTES REÇUS
6

RANG
16 670 of 20 934

RÉPUTATION
6

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
4 Fichiers

TÉLÉCHARGEMENTS
4

ALL TIME TÉLÉCHARGEMENTS
24

RANG
35 766
of 168 407

CONTRIBUTIONS
0 Problèmes
10 Solutions

SCORE
126

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

A résolu


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

5 mois il y a

A résolu


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

11 mois il y a

A résolu


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

11 mois il y a

A résolu


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

12 mois il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a