photo

Peter Seibold


Last seen: 7 days 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

Spoken Languages:
English, German

统计学

All
MATLAB Answers

2 个提问
6 个回答

File Exchange

29 文件

排名
22,293
of 299,806

声誉
2

贡献数
2 个提问
6 个回答

回答接受率
100.0%

收到投票数
1

排名
1,789 of 20,809

声誉
1,038

平均
5.00

贡献数
29 文件

下载次数
72

ALL TIME 下载次数
7889

排名

of 166,074

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已提交


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

2 months 前 | 5 次下载 |

0.0 / 5
Thumbnail

已提交


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

5 months 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


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

5 months 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

9 months 前 | 4 次下载 |

0.0 / 5
Thumbnail

已提交


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

1 year 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

1 year 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


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

1 year 前 | 3 次下载 |

0.0 / 5
Thumbnail

已提交


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

1 year 前 | 3 次下载 |

0.0 / 5
Thumbnail

已提交


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

1 year 前 | 5 次下载 |

0.0 / 5
Thumbnail

已提交


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

1 year 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


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

1 year 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

1 year 前 | 5 次下载 |

0.0 / 5
Thumbnail

已提交


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

1 year 前 | 1 次下载 |

5.0 / 5
Thumbnail

已回答
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...

1 year 前 | 0

已提交


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

2 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Sine fitting
Determine parameters of a noisy sine function

2 years 前 | 15 次下载 |

5.0 / 5
Thumbnail

已提交


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

2 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已回答
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...

2 years 前 | 0

已提交


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

2 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已回答
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...

2 years 前 | 0

已提交


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

2 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

2 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已回答
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...

3 years 前 | 0

已提交


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

3 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


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

3 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


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

3 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

4 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


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

4 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已回答
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]);

4 years 前 | 1

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

加载更多