photo

dandan


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
0 回答

ランク
14,779
of 300,753

評判
3

コントリビューション
12 質問
0 回答

回答採用率
58.33%

獲得投票数
3

ランク
 of 21,075

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Apply function to all fields of a structure
Say I have a structure with a bunch of fields, and I would like to add a subfield to each field with the mean of its values, suc...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


Accessing Nth element of a given field for all elements in a non-scalar structure.
I have a 1xM non-scalar structure with a field with N elements. For example (with M=3 and N=10): for N=1:10; s(1).x{...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


Apply function to two cell arrays element-wise
I have two cell arrays, xdata and CDF. I want to apply kstest element-wise to each pair of xdata and CDF cells (e.g., xdata{1} a...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


Setting multiple fields in an existing structure
I feel like this should be simple but I'm new to using structures and can't figure out how to get the syntax right. I would like...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


Converting variable length vector into variable length input argument for function
I'm trying to turn a function output vector of variable length into a variable number of arguments to be fed into another functi...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


Fitting generalized pareto distribution to data with zeros and censoring
I am trying to understand the differences between two approaches to fitting a GP distribution to my data, and which one is most ...

8年弱 前 | 0 件の回答 | 1

0

回答

質問


Plot two outputs (or two columns of one output) of a function against each other using only one line of script in an anonymous function
I have the following anonymous functions (this is a much-simplified version for the sake of asking this question) that both prod...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


Why is cumsum producing CDF>1 values from a user defined distribution?
I am trying to calculate my own cumulative distribution using cumsum (because I want to be able to use it on a truncated distrib...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


Anonymous function with variable number of input and output arguments
I am trying to write an anonymous function to generate strings for plotting several variables in multiple figures. I would li...

8年弱 前 | 3 件の回答 | 1

3

回答

質問


Generate synthetic data (or probability distribution object) from user-defined distribution function
I need to generate a synthetic dataset using a distribution that is not supported by the Matlab stats toolbox. The distribution ...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


Deleting elements from multiple vectors at once
I need to delete an element from several vectors. The inelegant way I've been doing this is: %a=element to remove vector...

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

3

回答

質問


Why is corrcoef returning a P-value of zero?
I have two arrays, which both contain a significant number of zeros (they're observed and predicted data for sediment transport,...

10年以上 前 | 1 件の回答 | 0

1

回答