photo

Trevor Badji


自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

12 个提问
0 个回答

排名
79,121
of 300,763

声誉
0

贡献数
12 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,082

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,923

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Saving Image Dataset in Array
I have number of 17327 jpg files in my dataset. I need to save them in an array with dimensions [number of images, 224,224,3] . ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


char to binary converting
<</matlabcentral/answers/uploaded_files/107705/2018-03-08%2017_15_29-MATLAB%20R2016a.png>> I have this Char. I need to apply ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Binary Symmetric Channel Implementation
I have Cell array as seen on the picture, I want to apply bsc function to it however I get 'DATA must be real binary values.' I ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Cell To Array Problem
I have many rows such as '0' '1' '1' '0', I want all of them to make in a single column , I mean 0110 . I tried the cell2mat and...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Lempel - Ziv Decoder
After running Lempel-Ziv encoder, I need to decode it back . For example, We have a sequence which is 0011 . The last digit of...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Horizontal constant line plot
I am using plot(1:3600,ones .* 78) 'it gives empty plot' this to plot a horizontal line for y axis is consant 78, x axis is from...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Determining Average Heart Rate of ECG Signal
<</matlabcentral/answers/uploaded_files/99726/soruu.png>> I have this ECG Signal. I am trying to determine the average heart...

8 years 前 | 3 个回答 | 0

3

个回答

提问


Random combinations of symbols (restored)
*Matt J undeleted this a 3rd time: (I won't stop)* probVector = [0.4 0.05 0.2 0.15 0.2]; P(A)= 0.4 P(B)=0.05...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Returning Variables as Characters
I have function such that a= rand (1,10); % it generates random real numbers from 0 to 1 i=1:10; if b(i)< 0.4; ...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Comparison between two vectors
[1;0;1;1;0;1;1;0;1;0] [0 1 0 0 0 1 1 0 1 1] I want to compare these two vectors. I want MATLAB to write as a result of i...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Sum of each row ?
I have [1 1 0; 0 1 0; 0 0 0;] and I want to write that if average of each row > 0.5 it equals 1 , else 0 for the example abov...

8 years 前 | 3 个回答 | 0

3

个回答

提问


How to find unique elements in a vector without using unique or find?
I have A=randi(100,1,100); How can I find unique values in array and show them without using unique() and find() .

9 years 前 | 2 个回答 | 0

2

个回答