Community Profile

photo

RADWAN A F ZEYADI


Last seen: 10ヶ月 前 2021 年からアクティブ

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


How can i open a list of files?
Hi, i am trying to convert some files by GUI from extension to another and i would like to have the converted file with same na...

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

1

回答

質問


HOW DO I INSERT INPUTS USING GUI?
Hi, iam trying to insert inputs using GUI once i click on the pushbutton i cant see the inputs on the worksapce,i wasnt able to...

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

1

回答

質問


how can compute a marginal distribution?
ihave a matrix with 60 rows and 5 coloumns an iwant tocompute the marginal distribution

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

1

回答

質問


how can i compute correlation coeff and RMSE on box plot?
hi i have some parameters i would like to compute the correlation coeffecent and root mean square error between them and plot ...

約2年 前 | 1 件の回答 | 0

1

回答

質問


how can i compute the probablity for 2 prorperties?
Hi i have 2 properties in matrix withe dimension 51 71 how can i compute and plot the marginal probabilites between them?

約2年 前 | 1 件の回答 | 0

1

回答

質問


how can i compute std 2d
Hi iwould like to ask how can i obtain std along all the rows and columns as culored image that explain the values of std th...

約2年 前 | 1 件の回答 | 0

1

回答

質問


problem with matrix dimension
Hi i have matrix (51*500) contain values for som properties but i want to put thi atrix along horiziontal axis for 80 position ...

約2年 前 | 1 件の回答 | 0

1

回答

回答済み
how can i split mtrix to three ?
thank you just the last thing i have 2 vectors and i want to compute the Confidence intervals 95"% for both of them how could be...

約2年 前 | 0

質問


how can i split mtrix to three ?
hi i have matrix m=153*71 i need to extract from it 3 matrices with dinsion 51*71 ?

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

3

回答

質問


how can i compute the stander diviation and confidence intervales for a matrix?
i have matrix 51 rows and71 columns and i would like to compute and plot the result of std also i need to compute the confidence...

約2年 前 | 1 件の回答 | 0

1

回答

質問


how can i use mvnrnd function?
Hi i have used this function in order to generate gaussian random numbers this funtion needs to define the mean and mu wich is...

約2年 前 | 1 件の回答 | 0

1

回答

質問


how can i change the dimension of the matrix?
hi i have matrix 51 500 3,how can i change it to 153*500 g=51 500 3

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

3

回答

質問


Index in position 2 exceeds array bounds. Index must not exceed 1.
Hi, i am tried to obtain output of dpre 51*71*3 i applied for loop but out put still 51 1 3 any help please Vpsim, Vssim, Rhosi...

約2年 前 | 2 件の回答 | 0

2

回答

質問


i have got this warning Warning: Matrix is singular, close to singular or badly scaled. Results may be inaccurate. RCOND = NaN.
when i call the function i got the warning specially after the second iteration

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

0

回答

質問


from python to matlab
i have python code how can i translate it to matlab? thank you

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

1

回答

質問


How can i perform the for loop in this case?
Hi , i try to perform for loop but doesnt work as well ,the idea is my data is 153*1 i have exracted it from 3d array because ...

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

1

回答

回答済み
how can i solve this ?
thank you just i want to obtain 51*71*3 such as original data

2年以上 前 | 0

質問


how can i solve this ?
i am trying to compute predicted data in order to compare it with original one, the out put of the function that i use is 51*71*...

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

2

回答

質問


How can I solve this issue?
Unable to perform assignment because the size of the left side is 153-by-1 and the size of the right side is 51-by-1-by-3. I sh...

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

1

回答

質問


why do i got this error?
Unable to perform assignment because the size of the left side is 153-by-1 and the size of the right side is 51-by-1-by-3. d =c...

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

2

回答

質問


How can i perform for loop in this case?
Hi i have matrix with dimension 51*1 i would like to obtain 51*71 *3 because the function that i dealing with the output is ...

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

1

回答

質問


how can i obtain just the real part instead of immaginary part ?
i want just the real part from these vlaues knowng that Name Size Bytes Class Attributes Vpsim ...

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

1

回答

質問


how can i truncte a matrix?
how can i truncate matrix with 51*500 to 51*71?

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

2

回答

質問


How can i apply standard diviation to the matrix?
i have model with 51*71 how can i compute the standard diviation and the confidence intervals?

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

1

回答

質問


how can i obtain this?
HI ihave data with dimension 153*1 and i want to perform for loop in order to obtain 153*71 where 71 is position along horizio...

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

2

回答

質問


How can i obtain column vector from 3d matrx
Hi every one i would like to obtain a vector with dimension 153*1 from 3d array with dimension 51*71*3 ? thank you

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

1

回答

質問


why do i recive Index in position 2 is invalid. Array indices must be positive integers or logical values
Hi every one i have tried to implement for loop in order to compute the model the idea is how can i compute this model at the ...

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

1

回答

質問


How to decompose 3d array to 3 matrices
Hi every one i have a 3d array with dimension 51*71*3 and i want to obtain column vector 153*1 d=(51*71*3) n=d(:,:,1) so no...

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

1

回答

質問


How can i write this equation: d = obs + sqrt(alfa*Cd^0.5)*randn(nd, ne)
Hi everyone I have a problem with this equation in MATLAB: d = obs + sqrt(alfa*Cd^0.5)*randn(nd, ne); % where the diminsion ...

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

1

回答

質問


Why do I receive this message errorr ?
Array dimensions must match for binary array op this is the message error that i have obtained when i tried to perturb my data ...

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

1

回答