photo

Andreas Martin


Volkswagen AG

Last seen: 2 years ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
3 Answers

File Exchange

3 Files

RANK
200,150
of 300,584

REPUTATION
0

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
3,944 of 21,030

REPUTATION
374

AVERAGE RATING
4.00

CONTRIBUTIONS
3 Files

DOWNLOADS
9

ALL TIME DOWNLOADS
3244

RANK

of 169,723

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

7 years ago | 0

Submitted


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

8 years ago | 3 downloads |

5.0 / 5
Thumbnail

Answered
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'; ...

8 years ago | 0

Submitted


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

9 years ago | 5 downloads |

3.0 / 5
Thumbnail

Submitted


unique_stable.m
Get unique unordered values of a vector

11 years ago | 1 download |

0.0 / 5

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

12 years ago | 0