
English, German
Estadística
2 Preguntas
6 Respuestas
29 Archivos
CLASIFICACIÓN
22.258
of 297.503
REPUTACIÓN
2
CONTRIBUCIONES
2 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
1.822 of 20.449
REPUTACIÓN
1.008
EVALUACIÓN MEDIA
4.80
CONTRIBUCIONES
29 Archivos
DESCARGAS
108
ALL TIME DESCARGAS
8109
CLASIFICACIÓN
of 159.017
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
Moving 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...
1 día hace | 1 descarga |

Enviada
Geodesic path
Return coordinates for the shortest path between two points on the earth (WGS84 ellipsoid)
7 meses hace | 3 descargas |

Enviada
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...
7 meses hace | 1 descarga |

Enviada
GPX graphical user interface
This graphical user interface displays tracks on different maps and manipulates the track size and the elevation.
7 meses hace | 1 descarga |

Enviada
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...
7 meses hace | 5 descargas |

Enviada
Read GPX file and write GPX file
1.) Read a GPX file, 2.) Write a GPX file
7 meses hace | 7 descargas |

Enviada
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...
8 meses hace | 1 descarga |

Enviada
Remove trailing zeros
Format double numbers to n digits and remove all trailing zeros. Processed with regular expression.
9 meses hace | 1 descarga |

Enviada
Arrange figures into a grid
"arrangeFigures" arranges figures into a grid on a screen. No input parameters required, but possible for fine tuning.
11 meses hace | 5 descargas |

Enviada
GUI to close all open figures except those selected
GUI to close all open figures except those selected
11 meses hace | 1 descarga |

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...
alrededor de 1 año hace | 0
Enviada
1st and 2nd derivatives of non equidistant sampled curves
Input: x, y. Output: y'(x), y'(x_centered), y"(x), y"(x_centerded)
más de 1 año hace | 1 descarga |

Enviada
Sine fitting
Determine parameters of a noisy sine function
más de 1 año hace | 22 descargas |

Enviada
Smoothing of arbitrary 1D curves
Smoothing of curves that are not equal spaced sampled and with not monotonic ascending x values
más de 1 año hace | 2 descargas |

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...
más de 1 año hace | 0
Enviada
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...
casi 2 años hace | 4 descargas |

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...
casi 2 años hace | 0
Enviada
Optimale Heizkurve ermitteln
Aus einigen Messungen bei verschiedenen Außentemperaturen die optimale Heizkurve bestimmen.Grundlage ist ein "Viessmann" Heizung...
alrededor de 2 años hace | 1 descarga |

Enviada
Gaussian Filter, values and spectral analysis
Determine Gaussian 2D digital filters, determine integer and floating values. Analyse spectral behavior. Verify with artifical i...
alrededor de 2 años hace | 2 descargas |

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...
más de 2 años hace | 0
Enviada
FFmpegGUI
Convert, trim, crop, scale, merge etc. videos with ffmpeg. Add, replace, extract audio.
más de 2 años hace | 3 descargas |

Enviada
Find peaks for a given 2D curve.
The code is very simple and needs only two lines of code.
más de 2 años hace | 1 descarga |

Enviada
Find zero crossings for a given 2D curve.
The code is very simple and needs only one line for basic results.
más de 2 años hace | 2 descargas |

Enviada
FontSize4TextBox
Find the largest possible font size that fits a text into a given static text box.
más de 2 años hace | 1 descarga |

Enviada
Covid GUI
This graphic interface displays the covid time series (cases, deaths, vaccinations and much more) in many selectable manners.
más de 3 años hace | 1 descarga |

Enviada
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 ...
más de 3 años hace | 1 descarga |

Enviada
CarMotion
Move car in different manners: Parking, drive along wall (tractrix), follow mouse and more.
más de 3 años hace | 1 descarga |

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]);
casi 4 años hace | 1
Pregunta
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 ...
alrededor de 4 años hace | 1 respuesta | 0