Peter Orthmann
MAN Energy Solutions, Copenhagen
Followers: 0 Following: 0
M. Sc. Mechanical Engineering
Programming Languages:
C, MATLAB, Fortran, Visual Basic
Spoken Languages:
English
C, MATLAB, Fortran, Visual Basic
Spoken Languages:
English
Statistics
All
RANK
4,170
of 295,673
REPUTATION
12
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
11,601 of 20,262
REPUTATION
38
AVERAGE RATING
4.00
CONTRIBUTIONS
1 File
DOWNLOADS
7
ALL TIME DOWNLOADS
342
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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;...
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;...
4 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;...
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;...
4 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...
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...
5 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 ...
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 ago | 0