Zeina Abdullah - MATLAB Central
photo

Zeina Abdullah


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

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

6 个提问
0 个回答

排名
159,106
of 297,950

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,508

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,928

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I need to implement this code as chaotic interleaver by using baker map
this code of the 2d chaotic interleaver using baker map clc clearvars N=8; X=vec2mat(1:N*N,N); B=zeros(N); Sk=[0 2 4 2]; ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


How do I write a code for this equation?
I have this equation : (Its mathematical formula may be illustrated as let B(n1, n2 ….. nk) denotes the discretize map. Where ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


How do I find a correlation between two matrices?
I have this code whose output is three matrices, the first is 8 * 8, the second is 16 * 16, and the third is 24 * 24. Now I need...

3 years 前 | 0 个回答 | 0

0

个回答

提问


how to find relationship between two or more matrix
I have this code : function [idx,x] = chaoticInterleaver(N) assert(mod(N,8)==0,'N must be divisible by 8.') idx = zeros(N); ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


I need to make a general code
I mean that I have this code %function const_interleaver(select) %% constructing the orignal address matrix Address=zeros(24)...

3 years 前 | 2 个回答 | 0

2

个回答

提问


how i can select a part or section in the matrix
i have a matrix as shown in the file i need to select specific section in the matrix and then do on it my equation . i have 8*8...

3 years 前 | 1 个回答 | 0

1

个回答