photo

Hatim Altarteer


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
228,182
of 299,911

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
44.44%

收到投票数
0

排名
 of 20,835

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,527

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to copy arrays in a cell?
a have a 1x3 cell. each index has 150x3x160 (3D) array like this: how can I copy the 3D arrays (the 150x3x160) 8 times to ma...

4 years 前 | 1 个回答 | 0

1

个回答

提问


for loop/periodic implementation for number or arrays?
i have 8 arrays of 100x3 configuration. i want to make a for loop (or another method is also appreciated) to accont for 2 constr...

4 years 前 | 2 个回答 | 0

2

个回答

提问


how to get the ceiling and floor values of data in an array?
i have a file that holds 100x3 values of coordinates. the 3 columns represent the xyz plain. taking the first row of values in ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Correlation coefficient on qq plot
How can i add the correlation coefficient on the qq plot at the top left? i used corrcoef function to calculate the correlation...

5 years 前 | 1 个回答 | 0

1

个回答

提问


While loop with OR
i have an array [1:14] and i want to choose 5 numbers from that array excluding the 1,4,5,6,8 indicies. how can i do that in a ...

5 years 前 | 2 个回答 | 0

2

个回答

提问


extracting values above 0 in an array and putting them in a new array
how can i get a 1x5 array by taking values of non-zero? (e.g. taking the first column and taking the first minimum value great...

5 years 前 | 2 个回答 | 0

2

个回答

提问


imagesc funtion axes configuration
Hello, how can I change the axes of the graph to have x = 50 increments and y = 50 increments? (e.g. x strats from zero and end...

5 years 前 | 1 个回答 | 0

1

个回答

提问


discretize two arrays into 50x50 grid
Hello, i have two arrays: x_values = [71.2413900000000, 71.2336100000000, 71.2825000000000, 70.9786100000000, 69.1...

5 years 前 | 1 个回答 | 0

1

个回答

提问


can someone explain this code for me? i am not sure what the q is doing here inside the loop. why do both vectors after the loop have the same numbers?
a = rand(1,10); b = zeros(1,10) for q = 1:10 b(q) = a(q) end disp(a) disp(b)

5 years 前 | 2 个回答 | 0

2

个回答