![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2358811_1522089538856_DEF.jpg)
Andreas Martin
Volkswagen AG
Followers: 0 Following: 0
Statistik
RANG
256.590
of 297.046
REPUTATION
0
BEITRÄGE
0 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
3.925 of 20.422
REPUTATION
370
DURCHSCHNITTLICHE BEWERTUNG
4.00
BEITRÄGE
3 Dateien
DOWNLOADS
7
ALL TIME DOWNLOADS
3209
RANG
of 157.776
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Closing all figures, but not GUI
I use the following code to close all figures but first: h = findall( 0, 'type', 'figure' ); % Find all figures h = s...
fast 7 Jahre vor | 0
Gesendet
env_secant(x_data, y_data, view, side)
Envelope with secant-method
mehr als 7 Jahre vor | 4 Downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/27662/versions/5/screenshot.png)
Using cell offset in Excel sheet from Matlab
Hi, maybe it's outdated, but for completeness: using the function 'get' does the trick. ExcelFileName = 'Results.xls'; ...
mehr als 7 Jahre vor | 0
Gesendet
Using SQLite databases via objects
Easy access to sqlite3 databases from MATLAB code
mehr als 8 Jahre vor | 2 Downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/58433/versions/4/screenshot.jpg)
Gesendet
unique_stable.m
Get unique unordered values of a vector
mehr als 10 Jahre vor | 1 Download |
Avoid error "Attempt to reference field of non-structure array" while reading from a database
Maybe outdated, but here are my ideas: You can encapsulate the query in a try/catch block, then ignoring the error. It seems, ...
etwa 11 Jahre vor | 0