Community Profile

photo

Andreas Martin


Volkswagen AG

Last seen: 2 mois il y a Actif depuis 2014

Followers: 0   Following: 0

Contact

Statistiques

All
  • 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

A répondu
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...

presque 6 ans il y a | 0

A soumis


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

plus de 6 ans il y a | 2 téléchargements |

Thumbnail

A répondu
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'; ...

presque 7 ans il y a | 0

A soumis


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

plus de 7 ans il y a | 4 téléchargements |

Thumbnail

A soumis


unique_stable.m
Get unique unordered values of a vector

presque 10 ans il y a | 1 téléchargement |

A répondu
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, ...

environ 10 ans il y a | 0