Community Profile

photo

Andreas Martin


Volkswagen AG

Last seen: 2 months 前 自 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 years 前 | 0

已提交


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

6 years 前 | 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 years 前 | 0

已提交


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

7 years 前 | 3 次下载 |

Thumbnail

已提交


unique_stable.m
Get unique unordered values of a vector

10 years 前 | 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 years 前 | 0