photo

Peter Orthmann


MAN Energy Solutions, Copenhagen

Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Message

M. Sc. Mechanical Engineering

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

Statistics

All
MATLAB Answers

0 Questions
4 Answers

File Exchange

1 File

Cody

0 Problems
53 Solutions

RANK
4,232
of 300,553

REPUTATION
12

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
11,149 of 21,024

REPUTATION
47

AVERAGE RATING
4.00

CONTRIBUTIONS
1 File

DOWNLOADS
5

ALL TIME DOWNLOADS
431

RANK
9,509
of 169,635

CONTRIBUTIONS
0 Problems
53 Solutions

SCORE
679

NUMBER OF BADGES
5

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

View by

Answered
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 ago | 0

| accepted

Answered
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 ago | 1

| accepted

Answered
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 ago | 1

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

7 years ago | 0