photo

BERGHOUT Tarek


University of Batna-2 Algeria

Last seen: 28 days 前 自 2018 起处于活动状态

Followers: 3   Following: 0

消息

I work on developing machine learning algorithms for CONDITION MONITORING of systems, PREDICTIVE MAINTENANCE, and CYBERSECURITY.

Programming Languages:
MATLAB
Spoken Languages:
English, Arabic
Pronouns:
No pronouns - Use my name only
Professional Interests:
AI for Signals and Images

统计学

All
MATLAB Answers

3 个提问
47 个回答

File Exchange

31 文件

Cody

0 个问题
8 个答案

排名
1,683
of 297,457

声誉
40

贡献数
3 个提问
47 个回答

回答接受率
0.0%

收到投票数
6

排名
567 of 20,438

声誉
3,095

平均
4.40

贡献数
31 文件

下载次数
125

ALL TIME 下载次数
26217

排名
42,545
of 158,938

贡献数
0 个问题
8 个答案

评分
90

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 5
  • 5-Star Galaxy Level 5
  • First Review
  • First Submission
  • 3 Month Streak
  • Knowledgeable Level 2
  • Solver
  • Revival Level 3
  • First Answer

查看徽章

Feeds

排序方式:

已解决


convert matrix to single column
given any matrix, convert it to single column

6 years 前

已解决


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

6 years 前

已解决


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

6 years 前

已解决


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

6 years 前

已解决


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

6 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

6 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

6 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

6 years 前