photo

Peter Seibold


Last seen: 10 dagen ago Active since 2017

Followers: 0   Following: 0

Message

Spoken Languages:
English, German

Statistics

All
MATLAB Answers

2 Questions
6 Answers

File Exchange

29 Files

RANK
22.308
of 300.392

REPUTATION
2

CONTRIBUTIONS
2 Questions
6 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
1.785 of 20.934

REPUTATION
1.045

AVERAGE RATING
5.00

CONTRIBUTIONS
29 Files

DOWNLOADS
71

ALL TIME DOWNLOADS
7963

RANK

of 168.373

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

  • First Answer
  • 5-Star Galaxy Level 4
  • Thankful Level 1
  • Personal Best Downloads Level 3
  • First Review
  • First Submission

View badges

Feeds

View by

Submitted


FFmpegGUI
Convert, trim, crop, scale, merge etc. videos with ffmpeg. Add, replace, extract audio.

3 maanden ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Move an image along a trajectory
An (transparent or animated) image moves along a trajectory in front of a background image. Output is an animated GIF, PNG or MP...

7 maanden ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Read and rotate transparent or intransparent image
Read and rotate transparent or intransparent image. Output is the rotated image as RGB data and the transparency data alpha. No...

7 maanden ago | 1 download |

0.0 / 5
Thumbnail

Submitted


3D WGS84 Earth
Rotating 3D Earth. WGS84 ellipsoid.

11 maanden ago | 8 downloads |

0.0 / 5
Thumbnail

Submitted


Geodesic path
Return coordinates for the shortest path between two points on the earth (WGS84 ellipsoid)

ongeveer een jaar ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Douglas-Peucker Algorithm, line simplification by #of points
This algorithm keeps with fewer points the shape of the original track as good as possible without moving the remaining original...

ongeveer een jaar ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


GPX graphical user interface
This graphical user interface displays tracks on different maps and manipulates the track size and the elevation.

ongeveer een jaar ago | 3 downloads |

0.0 / 5
Thumbnail

Submitted


Douglas-Peucker Algorithm, line simplification by distance
This algorithm keeps with fewer points the shape of the original track as good as possible without moving the remaining original...

ongeveer een jaar ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


Read GPX file and write GPX file
1.) Read a GPX file, 2.) Write a GPX file

ongeveer een jaar ago | 14 downloads |

0.0 / 5
Thumbnail

Submitted


Smoothing 1D not equidistant curve by convolution
The filtering is done with a triangle filter by convolution of the resampled non equidistant curve. Also with automatic filter g...

meer dan een jaar ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


Remove trailing zeros
Format double numbers to n digits and remove all trailing zeros. Processed with regular expression.

meer dan een jaar ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Arrange figures into a grid
"arrangeFigures" arranges figures into a grid on a screen. No input parameters required, but possible for fine tuning.

meer dan een jaar ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


GUI to close all open figures except those selected
GUI to close all open figures except those selected

meer dan een jaar ago | 1 download |

5.0 / 5
Thumbnail

Answered
how to zoom on a figure with multiple axes
Great code from Adam Danz! Unfortunately the "range" function is part of a toolbox. Attached is a modified file that works with...

bijna 2 jaar ago | 0

Submitted


1st and 2nd derivatives of non equidistant sampled curves
Input: x, y. Output: y'(x), y'(x_centered), y"(x), y"(x_centerded)

bijna 2 jaar ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Sine fitting
Determine parameters of a noisy sine function

bijna 2 jaar ago | 11 downloads |

5.0 / 5
Thumbnail

Submitted


Smoothing of arbitrary 1D curves
Smoothing of curves that are not equal spaced sampled and with not monotonic ascending x values

ongeveer 2 jaar ago | 1 download |

0.0 / 5
Thumbnail

Answered
Free hand drawing in Matlab with output is XY coordinate of trajectory.
Another demo that stores the xy values: disp('click inside figure') disp('hit "return" button to finish') figure(1) clf axh...

ongeveer 2 jaar ago | 0

Submitted


Smoothing 1D data by moving different filter shapes
Smoothing a 1D curve by weighted moving average. The filtering is done by convolution with different filter types. Also with aut...

meer dan 2 jaar ago | 4 downloads |

5.0 / 5
Thumbnail

Answered
How can I move the Xlabel without moving the X-Axis?
If you want a constant distance from the x axis, use this code: % Move x label closer to x-axis, here 16 px figure(1); clf p...

meer dan 2 jaar ago | 0

Submitted


Optimale Heizkurve ermitteln
Aus einigen Messungen bei verschiedenen Außentemperaturen die optimale Heizkurve bestimmen.Grundlage ist ein "Viessmann" Heizung...

meer dan 2 jaar ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Gaussian Filter, values and spectral analysis
Determine Gaussian 2D digital filters, determine integer and floating values. Analyse spectral behavior. Verify with artifical i...

bijna 3 jaar ago | 2 downloads |

0.0 / 5
Thumbnail

Answered
How do I change the datatip font color?
For older Matlab versions (e.g. R2016) replace if strcmpi(event_obj.Interpreter,'tex') with if isprop(event_obj,'Interpr...

bijna 3 jaar ago | 0

Submitted


Find peaks for a given 2D curve.
The code is very simple and needs only two lines of code.

meer dan 3 jaar ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


Find zero crossings for a given 2D curve.
The code is very simple and needs only one line for basic results.

meer dan 3 jaar ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


FontSize4TextBox
Find the largest possible font size that fits a text into a given static text box.

meer dan 3 jaar ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Perpendicular to an infinite line & distance to line segment
Calculate the foot point of perpendiculars on infinite lines and calculate the minimal distances D from a point P to a 2D or 3D ...

ongeveer 4 jaar ago | 1 download |

5.0 / 5
Thumbnail

Submitted


CarMotion
Move car in different manners: Parking, drive along wall (tractrix), follow mouse and more.

ongeveer 4 jaar ago | 1 download |

0.0 / 5
Thumbnail

Answered
Converting hh:mm:ss into seconds
About 100 times faster is: t='14:35:59.812'; seconds=sum(sscanf(t,'%f:%f:%f').*[3600;60;1]);

meer dan 4 jaar ago | 1

Question


CloseRequestFcn of GUI not working with wrong current folder
I have in the GUI m-file a 'figure1_CloseRequestFcn'. This works fine as long the current Matlab folder is not changed. When I ...

bijna 5 jaar ago | 1 answer | 0

1

answer

Load more