Community Profile

photo

Andreas Martin


Volkswagen AG

Last seen: 2개월 전 2014년부터 활동

Followers: 0   Following: 0

연락

통계

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

배지 보기

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

거의 6년 전 | 0

제출됨


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

6년 초과 전 | 다운로드 수: 3 |

Thumbnail

답변 있음
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'; ...

거의 7년 전 | 0

제출됨


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

7년 초과 전 | 다운로드 수: 3 |

Thumbnail

제출됨


unique_stable.m
Get unique unordered values of a vector

거의 10년 전 | 다운로드 수: 1 |

답변 있음
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, ...

대략 10년 전 | 0