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年以上 前 | ダウンロード 2 件 |

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