BERGHOUT Tarek - MATLAB Central
photo

BERGHOUT Tarek


University of Batna-2 Algeria

Last seen: 29 dagen ago Active since 2018

Followers: 3   Following: 0

Message

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

Statistics

All
MATLAB AnswersFile ExchangeCodyFrom 02/18 to 03/25Use left and right arrows to move selectionFrom 02/18Use 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

3 Questions
47 Answers

File Exchange

31 Files

Cody

0 Problems
8 Solutions

RANK
1.683
of 297.503

REPUTATION
40

CONTRIBUTIONS
3 Questions
47 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
6

RANK
567 of 20.449

REPUTATION
3.096

AVERAGE RATING
4.40

CONTRIBUTIONS
31 Files

DOWNLOADS
129

ALL TIME DOWNLOADS
26226

RANK
42.563
of 159.017

CONTRIBUTIONS
0 Problems
8 Solutions

SCORE
90

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

View by

Solved


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

ongeveer 6 jaar ago

Solved


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...

ongeveer 6 jaar ago

Solved


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...

ongeveer 6 jaar ago

Solved


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...

ongeveer 6 jaar ago

Solved


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]; ...

ongeveer 6 jaar ago

Solved


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

ongeveer 6 jaar ago

Solved


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

ongeveer 6 jaar ago

Solved


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 ...

ongeveer 6 jaar ago