photo

Andreas Martin


Volkswagen AG

Last seen: 1 year 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
3 个回答

File Exchange

3 文件

排名
257,006
of 297,457

声誉
0

贡献数
0 个提问
3 个回答

回答接受率
0.00%

收到投票数
0

排名
3,926 of 20,438

声誉
371

平均
4.00

贡献数
3 文件

下载次数
5

ALL TIME 下载次数
3211

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

7 years 前 | 0

已提交


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

7 years 前 | 2 次下载 |

5.0 / 5
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'; ...

8 years 前 | 0

已提交


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

8 years 前 | 2 次下载 |

3.0 / 5
Thumbnail

已提交


unique_stable.m
Get unique unordered values of a vector

11 years 前 | 1 次下载 |

0.0 / 5

已回答
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, ...

11 years 前 | 0