photo

Andreas Martin


Volkswagen AG

Last seen: plus d'un an il y a Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

0 Questions
3 Réponses

File Exchange

3 Fichiers

RANG
150 102
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
0 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
3 947 of 20 934

RÉPUTATION
374

CLASSEMENT MOYEN
4.00

CONTRIBUTIONS
3 Fichiers

TÉLÉCHARGEMENTS
7

ALL TIME TÉLÉCHARGEMENTS
3240

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 7 ans il y a | 0

A soumis


env_secant(x_data, y_data, view, side)
Envelope with secant-method

environ 8 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

Réponse apportée
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'; ...

plus de 8 ans il y a | 0

A soumis


Using SQLite databases via objects
Easy access to sqlite3 databases from MATLAB code

environ 9 ans il y a | 3 téléchargements |

3.0 / 5
Thumbnail

A soumis


unique_stable.m
Get unique unordered values of a vector

plus de 11 ans il y a | 1 téléchargement |

0.0 / 5

Réponse apportée
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, ...

plus de 11 ans il y a | 0