photo

M Shaka


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
4 回答

ランク
21,629
of 300,771

評判
2

コントリビューション
10 質問
4 回答

回答採用率
30.0%

獲得投票数
1

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,969

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • First Review
  • Revival Level 1
  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
what is the meaning of plus in boxplot produced by ANONA1?
Hi These + are outliers.

8年弱 前 | 1

質問


Hi everybody, I want different scenarios of a vector with 0 and 1 elements. For example v=[0 0 0 0 0 0 0], v=[0 1 0 1 0 1 0 ] , v=[0 1 1 1 1 1 1] and so on. But the first element of vector is fixed and has be zero .
Hi everybody, I want different scenarios of a vector with 0 and 1 elements. For example v=[0 0 0 0 0 0 0]. v=[0 1 0 1 0 1 0 ] ,v...

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

3

回答

質問


Hi everybody, I encounter with this error message. : ""Attempt to reference field of non-structure array. "" I would be grateful if you could help.
the erorr is in first line: last = Run.steps(1); % index of last sampled dags log_score ...

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

1

回答

質問


hi, everyone, we have a vectore v= [ 1 2 6 7 8 9], I want to compute the following : if variable component=1:10 is equal to one component of v then do some calculation like below. how can I do that:
if(........)%%%% what should I write inside if lambda = lambda_uncoup; mue_prior = mue_0; ...

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

1

回答

質問


hi friends. we have a vectore v= [ 1 2 6 7 8 9], I want to compute the following : if variable component=1:10 is equal to one component of v then do some calculation like below. how can I do that:
if(........)# what should I write inside if lambda = lambda_uncoup; mue_prior = mue_0; mue_prior = mue_prior([1;parents+1]...

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

0

回答

質問


hi friends. we have a vectore v= [ 1 2 6 7 8 9], I want to compute: if variable component=1:10 is equal to one component of v then do some calculation like below. how can I do that:
lambda = lambda_uncoup; mue_prior = mue_0; mue_prior = mue_prior([1;parents+1],1); ...

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

1

回答

質問


I have this error and I got stoped, please help me: Attempted to access indicis(2); index out of bounds because numel(indicis)=1. Error in Dag_MCMC002 (line 120), index = indicis(2);
function [Run] = Dag_MCMC002(data,dist,steps, DAG, fan_in, vector, k_max, lambda_snr_vec, alpha_sig, beta_sig) [n_p...

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

1

回答

回答済み
for about three days I have had this error message: Cell contents reference from a non-cell array object.
I attached the whole program. I would be grateful if you could have a look at it.

10年以上 前 | 0

質問


for about three days I have had this error message: Cell contents reference from a non-cell array object.
lambda_snr_vec = ones(1,nodes); sigma_sample = 2; Counter = 1; for i=1:steps for child=1:nodes ...

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

5

回答