photo

Mr. Pavl M.


Last seen: 4 months 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

All
MATLAB Answers

7 个提问
69 个回答

File Exchange

4 文件

Cody

0 个问题
10 个答案

排名
1,801
of 299,997

声誉
38

贡献数
7 个提问
69 个回答

回答接受率
28.57%

收到投票数
6

排名
16,641 of 20,858

声誉
6

平均
0.00

贡献数
4 文件

下载次数
4

ALL TIME 下载次数
23

排名
35,505
of 166,881

贡献数
0 个问题
10 个答案

评分
126

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已解决


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

4 months 前

已解决


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

10 months 前

已解决


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

10 months 前

已解决


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

已解决


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

12 months 前

已解决


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

12 months 前

已解决


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

12 months 前

已解决


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 前

已解决


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

2 years 前

已解决


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 前