Community Profile

photo

Peter Orthmann


MAN Energy Solutions, Copenhagen

Last seen: 約1年 前 2019 年からアクティブ

Followers: 0   Following: 0

連絡

M. Sc. Mechanical Engineering

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

統計

All
  • 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;...

3年以上 前 | 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;...

3年以上 前 | 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...

4年以上 前 | 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 ...

約5年 前 | 0