photo

Eli Duenisch


Last seen: 6年弱 前 2013 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

2 質問
5 回答

File Exchange

1 ファイル

ランク
5,430
of 302,101

評判
9

コントリビューション
2 質問
5 回答

回答採用率
50.0%

獲得投票数
3

ランク
921 of 21,546

評判
2,070

平均評価
4.80

コントリビューション
1 ファイル

ダウンロード
8

ALL TIME ダウンロード
18385

ランク

of 178,957

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


latexTable
Converts matrices, cells and MATLAB tables to LaTex table code. Allows format,pivot,col/row headers.

約10年 前 | ダウンロード 18385 件 |

4.8 / 5
Thumbnail

回答済み
How to combine graph and merge different array?
Why do you want to combine the vectors a&a, b&d if you want to plot two graphs? If your goal is to plot two graphs into one axis...

約13年 前 | 1

回答済み
MATLAB only responds when window is resized
The MATLAB GUI is Java based. It might be case that the Java Runtime Environment which MATLAB uses doesn't work properly. In som...

約13年 前 | 1

質問


How do we know that MATLABs algorithms are working properly?
As MATLAB is closed source, it is impossible to look at what the software is doing unter the hood. So there is no guarantee that...

約13年 前 | 3 件の回答 | 1

3

回答

回答済み
geometric mean month by month
Use logical indexing to obtain indices belonging to the same month and calculate the geometric mean for each month: if true...

13年以上 前 | 0

回答済み
Is it possible to add a new variable to a popup menu while the GUI is running?
I'm not sure what you mean by 'add it as a new variable in the previously created pop-up menu'. If you want to set the default s...

13年以上 前 | 0

回答済み
Nonlinear least square regression
Do you have the statistics toolbox installed? It supports nonlinear regression - look for NonLinearModel.fit() in the docs.

13年以上 前 | 0

| 採用済み

質問


Spline interpolation of 3D scattered data
Hi, my data consists of two sets of mesh vertices (scattered distributed, each given by three coordinates x,y,z) and a set of ...

13年以上 前 | 0 件の回答 | 0

0

回答