photo

M Shaka


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
4 Answers

RANK
21,621
of 300,673

REPUTATION
2

CONTRIBUTIONS
10 Questions
4 Answers

ANSWER ACCEPTANCE
30.0%

VOTES RECEIVED
1

RANK
 of 21,042

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,083

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Answered
what is the meaning of plus in boxplot produced by ANONA1?
Hi These + are outliers.

8 years ago | 1

Question


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 years ago | 3 answers | 0

3

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0

Question


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 years ago | 5 answers | 0

5

answers