photo

Michael Dombrowski


Active since 2017

Followers: 0   Following: 0

Current summer intern

Statistics

MATLAB Answers

0 Questions
5 Answers

RANK
3,519
of 300,338

REPUTATION
16

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
save image with better resolution
You have an error with your code which is that print() takes a figure handle, not axes handle. <https://www.mathworks.com/help/m...

8 years ago | 0

Answered
Cropped off markers when exporting figures as PNG
Your issue can be resolved by changing either the resolution (DPI) or the renderer. Try the following code: % do not use...

8 years ago | 0

| accepted

Answered
calculating energy from FFT in different frequency bins
I suggest you have a look at the <https://www.mathworks.com/help/signal/ref/findpeaks.html findpeaks function> and the named val...

8 years ago | 0

Answered
How to detect specified regions on the curve?
Have a look at <https://www.mathworks.com/help/signal/ref/findpeaks.html findpeaks> which can give you the maxima of your functi...

8 years ago | 1

| accepted

Answered
Creating a semicircle plot of angular (azimuth) data in MATLAB
What you are looking for is likely a polar plot, <https://www.mathworks.com/help/matlab/ref/polarscatter.html see documentation ...

8 years ago | 1

| accepted