Afluo Raoual - MATLAB Central
photo

Afluo Raoual


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

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 02/21 to 03/25Use left and right arrows to move selectionFrom 02/21Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

26 質問
0 回答

ランク
34,609
of 297,775

評判
1

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

回答採用率
69.23%

獲得投票数
1

ランク
 of 20,469

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,513

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Impedance, admittance and ABCD matrices
Dear, please I'm looking for a MATLAB code that can calculate the parameters of the impedance Z and admittance Y matrices.Also t...

5ヶ月 前 | 2 件の回答 | 0

2

回答

質問


High and low code rates in channel encoding
Dear, I want to know if in the field of channel encoding (error correction codes), the performances are good when the code rate...

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

1

回答

質問


Error using horzcat Dimensions of arrays being concatenated are not consistent
Dear, I have a program but When I run it, an error occurs: Error using horzcat Dimensions of arrays being concatenated are n...

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

1

回答

質問


Construction of a matrix from other (MATLAB)
Dear, I have a MATLAB code that aims to construct a square regular matrix of such dimensions which depend on the value 'm'. I ...

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

1

回答

質問


Obtain the transposed matrix from 2 vectors (MATLAB)
Dear, I have these two vectors: c=[1 0 0 0 0 1 1 0 1 0 0 0] s=[0 1 0 1 1 1] where s=c*(transposed H) H here is a matrix I ...

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

1

回答

質問


Create a double identity matrix matlab
If we have an identity matrix of dimensions (M*M) we use: M=12; K=eye(M); But how can we obtain this matrix in general way: (...

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

4

回答

質問


Divided a matrix into sub-matrices (MATLAB)
Dear members; I have an empty matrix of dimensions (m*n)=(6*12) using: H=zeros(m,n) I have to fil this matrix with ones, in o...

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

2

回答

質問


Index exceeds the number of array elements (0) (Matlab)
Dear members I'm working on a program that contains this part % Decoding part VCor_final=decode_irrwbf(Hc,rxn,M,N,max_ite); ...

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

0

回答

質問


Axes of plotted figure not complet (Matlab)
Dear members I have a program in which the figure resulted is not complet. It means the black line from the top and from the ri...

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

1

回答

質問


using parts of matrix with different sub-vectors (Matlab)
Dear members I have a vector V divided on sub-vectors And I have also a matrix H divided on sub-matrices I want shifting the ...

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

1

回答

質問


MTIMES (*) is not fully supported for integer classes. At least one argument must be scalar
Dear members I have a matrix H of type uint8 and a vector V of type double When I make D=mod(H*V,2); I get an error : MTIM...

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

1

回答

質問


Generate random binary matrix (Matlab)
Dear members I want generate binary matrix of dimensions M*N in which the number of ones in each row (ones_row) and column (one...

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

1

回答

質問


Change matrix bits depending on the rate (Matlab)
Dear members I have matrix A of dimensions s1*s2 where the number of ones in each column and row is equal And I have to write ...

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

1

回答

質問


Repeat While loop with the final result (Matlab)
Dear members I have a while loop I want to modify the program in order when L in not equal to 0, the while loop must repeat th...

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

1

回答

質問


for loop doesn't repeat the operation (Matlab)
Dear members I have a program in which I don't have errors when running it, but it doesn't repeat the operation n=n+1 when the ...

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

1

回答

質問


Obtaining how many times a number is repeated (Matlab)
Dear members; I have vector S=[0 1 1 0 1] in which the position L of ones is L=find(S==1); So L=[2,3,5] I have also Bi (i=1:...

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

1

回答

質問


Detect the error position in a vector and correct it (Matlab)
Dear members; I have the code word C of length 'M' and I have also the received vector V after decoding of the same length 'M' ...

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

1

回答

質問


How to generalize code with many cases (Matlab)
Dear members; I have this Matlab code for ess=1:n % 'n' is the number of cases (here n=4) switch ess case 1 ...

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

1

回答

質問


Shifting vectors with the same matrix using 'for' loop
Dear members I have a matrix of dimensions 10*20 And I have a vector of 50 bits I have the main program that I use for my nee...

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

1

回答

質問


Change matrix bits depending on the rate (Matlab)
Dear members; I have matrix of B*C dimensions. and I have to write a program that verify if the final bits are '0' or '1'. If ...

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

1

回答

質問


How to change a bit of matrix from 0 to 1
Dear members, I have a matrix and I have to write a program that verify if the final bits are '0' or '1'. If final bits are '0...

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

1

回答

質問


How to shift a vector using 'for' loop
Dear members Firstly,I have many vectors for example (V1, V2, V3, V4 ...) of M length. How can I use 'for' loop to obtain firs...

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

1

回答

質問


How to create null vector Matlab
Dear members I have matrix with size M*N and vector with size 1*K I want to create a null vector with length of N - length of ...

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

1

回答

質問


While loop for testing the end of vector (Matlab)
Dear members, If we have a long vector that we don't know its length, and we want use while loop to repeat the task than stop a...

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

2

回答

質問


Shifting columns in matrix Matlab
Dear members, I have a matrix in which its tril and triu are zeros And I want to shift up its rows How can I program it in Ma...

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

2

回答

質問


How to extract values from columns in a matrix
Dear members I have this matrix (5*5) for example H=[0 0 0 0 0; 0 1 0 0 0; 1 1 0 0 0; 1 0 1 0 0; 1...

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

1

回答