photo

Peter Orthmann


MAN Energy Solutions, Copenhagen

Last seen: 2 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

M. Sc. Mechanical Engineering

Programming Languages:
C, MATLAB, Fortran, Visual Basic
Spoken Languages:
English

统计学

All
MATLAB Answers

0 个提问
4 个回答

File Exchange

1 文件

Cody

0 个问题
53 个答案

排名
4,216
of 299,969

声誉
12

贡献数
0 个提问
4 个回答

回答接受率
0.00%

收到投票数
2

排名
11,239 of 20,853

声誉
45

平均
4.00

贡献数
1 文件

下载次数
9

ALL TIME 下载次数
416

排名
9,250
of 166,784

贡献数
0 个问题
53 个答案

评分
679

徽章数量
5

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Cody 10th Anniversary 10-Day Streak
  • Community Group Solver
  • Promoter
  • Leader
  • Commenter
  • Solver
  • Knowledgeable Level 1
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

已回答
How to generate this pin wheel toy dataset?
How about this: % Pin Wheel r = 0:100; v = 2*pi*r/200; % fit n = 5; m = 1; % fit r0 = 0.5*max(r)^m; % fit figure;hold on;...

5 years 前 | 0

| 已接受

已回答
How to generate this pin wheel by code or Equation
How about this: % Pin Wheel r = 0:100; v = 2*pi*r/200; % fit n = 5; m = 1; % fit r0 = 0.5*max(r)^m; % fit figure;hold on;...

5 years 前 | 1

| 已接受

已回答
Frequency weighted RMS acceleration (ISO 2631-1)
Hello Prajakt, You probably solved your problem by now, but I can see that your question still gets a lot of views, so it may s...

6 years 前 | 1

已回答
Is it possible to make a 4CP plot in Matlab?
Here is my implementation (vibrationnomogram.m): https://se.mathworks.com/matlabcentral/fileexchange/70118-vibration-nomogram ...

6 years 前 | 0