統計
MATLAB Answers
8 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How do I fit this equation?
I have to fit exponentially decaying data using a non-negative least squares function. Usually, the equation M(t) = sum(M0i.*ex...
約11年 前 | 1 件の回答 | 0
1
回答質問
Divide segment into logarithmically spaced intervals
I have a set of data points between the interval 0 - 1. I want to divide this interval into logarithmically spaced sub interv...
14年弱 前 | 1 件の回答 | 0
1
回答質問
Calculating model error
I am trying to calculate model error by calculating the model covariance matrix. My data consists of a time series measuremen...
14年弱 前 | 1 件の回答 | 0
1
回答質問
Apostrophes in Cell
How do I save a string to a cell that is in apostrophes? ie. 'filename', not filename
14年弱 前 | 2 件の回答 | 0
2
回答質問
If statement comparing strings
I want to do this: if 'Word1' == 'Word2' 'do something' end 'Word1' and 'Word2' aren't necessarily going to be the same ...
14年弱 前 | 1 件の回答 | 1
1
回答質問
Calculating error from parameter distribution
I have a distribution. It is a multi-peaked distribution of signal magnitude over a range of frequencies. This distribution is...
14年弱 前 | 1 件の回答 | 0
1
回答質問
Why is MATLAB rounding this?
I have a part of my code: eps = 10^(log10(eps) + 0.125); The program will round it off. For instance, if the original value...
約14年 前 | 3 件の回答 | 0
3
回答質問
Outputting to string
I want to do this, essentially: for i = 1:3 ['variable_' int2str(i)] = function(i); end How do I tell MATLAB to crea...
約14年 前 | 2 件の回答 | 2