Said BOUREZG - MATLAB Central
photo

Said BOUREZG


Mohamed BOUDIAF University - M'SILA -

Last seen: 3 meses hace Con actividad desde 2011

Followers: 1   Following: 0

Mensaje

Passionate about advancing techniques in Image and Signal Processing with a focus on medical imaging (CT, MRI) and biomedical signals (ECG, EEG). Enthusiastic about developing robust algorithms and exploring transformations (DCT, DWT, DFT) for efficient data analysis and compression. With a strong interest in communication systems, I'm eager to integrate innovative processing techniques into real-world applications. Always open to collaboration and discussions on cutting-edge methods in computational analysis and engineering.

Programming Languages:
MATLAB
Spoken Languages:
Arabic
Pronouns:
He/him

Estadística

All
CodyMATLAB AnswersFile ExchangeFrom 06/11 to 03/25Use left and right arrows to move selectionFrom 06/11Use 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

14 Preguntas
7 Respuestas

File Exchange

17 Archivos

Cody

15 Problemas
1404 Soluciones

CLASIFICACIÓN
250.532
of 297.775

REPUTACIÓN
0

CONTRIBUCIONES
14 Preguntas
7 Respuestas

ACEPTACIÓN DE RESPUESTAS
57.14%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
429 of 20.469

REPUTACIÓN
3.784

EVALUACIÓN MEDIA
4.10

CONTRIBUCIONES
17 Archivos

DESCARGAS
126

ALL TIME DESCARGAS
36224

CLASIFICACIÓN
68
of 159.513

CONTRIBUCIONES
15 Problemas
1404 Soluciones

PUNTUACIÓN
14.375

NÚMERO DE INSIGNIAS
29

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • MATLAB Shorts Mini Hack Participant
  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 3
  • Revival Level 1
  • Project Euler I
  • Draw Letters
  • 5-Star Galaxy Level 5
  • Explorer
  • Cody Problems in Japanese Master
  • Community Group Solver
  • Introduction to MATLAB Master
  • Personal Best Downloads Level 3

Ver insignias

Feeds

Resuelto


Easy Sequences 13: Average Speed of Spaceship
A certain alien spaceship is capable of traveling at extremely high velocities and is able to change speed instantaneously. The ...

4 meses hace

Resuelto


Project Euler: Problem 4, Palindromic numbers
A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 ...

4 meses hace

Resuelto


Project Euler: Problem 8, Find largest product in a large string of numbers
Find the greatest product of five consecutive digits in an n-digit number. 73167176531330624919225119674426574742355349194934...

4 meses hace

Resuelto


Taylor Series
You can use a Taylor series to approximate common functions. The Taylor series for sin(x) is Using only the first several te...

4 meses hace

Resuelto


Draw a 'Z'.
Given _n_ as input, generate a n-by-n matrix like 'Z' by _0_ and _1_ . Example: n=5 ans= [1 1 1 1 1 0 0 0 1 ...

4 meses hace

Resuelto


Draw a 'X'!
Given n as input Draw a 'X' in a n-by-n matrix. example: n=3 y=[1 0 1 0 1 0 1 0 1] n=4 y=[1 0 0...

4 meses hace

Resuelto


Draw 'O' !
Given n as input, generate a n-by-n matrix 'O' using 0 and 1 . example: n=4 ans= [1 1 1 1 1 0 0 1 ...

4 meses hace

Resuelto


Draw a 'N'!
Given n as input, generate a n-by-n matrix 'N' using 0 and 1 . Example: n=5 ans= [1 0 0 0 1 1 1 0 0 1 1 0 ...

4 meses hace

Resuelto


Draw 'J'
Given n as input, generate a n-by-n matrix 'J' using 0 and 1 . Example: n=5 ans= [0 0 0 0 1 0 0 0 0 1 0 0 ...

4 meses hace

Resuelto


Draw 'I'
Given n as input, draw a n-by-n matrix 'I' using 0 and 1. example: n=3 ans= [0 1 0 0 1 0 0 1 0] n=...

4 meses hace

Resuelto


Draw 'H'
Draw a x-by-x matrix 'H' using 1 and 0. (x is odd and bigger than 2) Example: x=5 ans= [1 0 0 0 1 1 0 0 0 1 ...

4 meses hace

Resuelto


Draw 'F'
Draw a x-by-x matrix 'F' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

4 meses hace

Resuelto


Draw 'C'.
Given x as input, generate a x-by-x matrix 'C' using 0 and 1. example: x=4 ans= [0 1 1 1 1 0 0 0 ...

4 meses hace

Resuelto


Draw 'D'.
Draw a x-by-x matrix 'D' using 0 and 1. example: x=4 ans= [1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0]

4 meses hace

Resuelto


Draw 'E'
Draw a x-by-x matrix 'E' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

4 meses hace

Resuelto


Draw 'B'
Draw a x-by-x matrix 'B' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 0 1 0 0 0 1 ...

4 meses hace

Resuelto


Draw a '4' in a zero matrix!

4 meses hace

Resuelto


Draw a '6' in a zero matrix!

4 meses hace

Resuelto


Draw a '9' in a zero matrix!

4 meses hace

Resuelto


Draw a '8' in a zero matrix!

4 meses hace

Resuelto


Draw a '3' in a zero matrix!

4 meses hace

Resuelto


Draw a '2' in a zero matrix!

4 meses hace

Resuelto


Draw a '5' in a zero matrix!

4 meses hace

Resuelto


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

4 meses hace

Resuelto


Draw a '7' in a zero matrix!

4 meses hace

Resuelto


Airline Ticket Mod7 Checksum
There are 13 digits in an airline ticket number. If an airline ticket number is valid, the 13th digit should be the remainder of...

4 meses hace

Resuelto


Moving average (variable kernel length)
Find the moving average in a vector. The kernel length is a variable. For example x = 1:10 kernel_length = 2 would r...

4 meses hace

Resuelto


Stress-Strain Properties - 5
Similar to the previous problem, materials may be characterized by their stiffness-to-weight ratio, which is the elastic modulus...

4 meses hace

Resuelto


Stress-Strain Properties - 4
A common measure of the ability of a material to carry load per unit mass is termed strength-to-weight ratio and is calculated b...

4 meses hace

Resuelto


Stress-Strain Properties - 3
A brittle material will not exhibit a yield point. In other words, the yield point and failure point coincide. In such cases, th...

4 meses hace

Cargar más