photo

ANAS


Salah Salem Official School - Giza, Egypt

Last seen: Today Active since 2026

Followers: 0   Following: 1

Message

14 years old preparatory student in Egypt, interested in MATLAB and Scientific Computing.

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

Statistics

Cody

35 Problems
147 Solutions

RANK
N/A
of 301,793

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,423

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
964
of 176,593

CONTRIBUTIONS
35 Problems
147 Solutions

SCORE
2,419

NUMBER OF BADGES
9

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Leader
  • Community Group Solver
  • First Review
  • Curator
  • Puzzler
  • Speed Demon
  • Creator
  • Commenter
  • Promoter
  • Solver

View badges

Feeds

View by

Solved


Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors

13 hours ago

Solved


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

14 hours ago

Solved


Double the 2x2 Matrix
In this challenge, you are given a predefined 2x2 matrix called x. Your task is to multiply every element in this matrix by 2 an...

14 hours ago

Solved


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

14 hours ago

Solved


y equals x divided by 2
function y = x/2

14 hours ago

Solved


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

14 hours ago

Solved


Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];

14 hours ago

Solved


Division
Divide a by b.

15 hours ago

Solved


Multiplication
Multiply a and b.

15 hours ago

Solved


Squares
Find the square of x.

15 hours ago

Solved


Addition
Add together the values of a and b.

15 hours ago

Solved


Addition II
find a+b+c+d

15 hours ago

Solved


Divisible by 10
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

15 hours ago

Solved


Draw '\'
Can you draw the sign '\' by zeros and ones? NOTICE: Be x-by-x matrix.

1 day ago

Problem


Draw '\'
Can you draw the sign '\' by zeros and ones? NOTICE: Be x-by-x matrix.

1 day ago | 0 | 7 solvers

Solved


Divisible by 5
Pursuant to the first problem in this series, this one involves checking for divisibility by 5. Write a function to determine i...

1 day ago

Solved


Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...

1 day ago

Solved


Find out sum of all elements of given Matrix
Find out sum of all elements of given Matrix A=[1 2 3;4 5 6 ;7 8 9]; Answer must be: 45 *If you like this problem, pl...

1 day ago

Solved


Min of a Matrix
Return the minimum value in the given matrix.

1 day ago

Solved


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

1 day ago

Solved


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

1 day ago

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

2 days ago

Solved


Find max
Find the maximum value of a given vector or matrix.

2 days ago

Solved


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

2 days ago

Solved


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

2 days ago

Solved


only input
Return the output without writing any code into the function.

2 days ago

Solved


Square wave average calculation
Given its peak and duty cycle, calculate avg value of square wave

2 days ago

Solved


Negative matrix
Change the sign of all elements in given matrix.

2 days ago

Solved


Back to basics 22 - Rotate a matrix
Covering some basic topics I haven't seen elsewhere on Cody. Rotate the input matrix 90 degrees counterclockwise (e.g. [1 2; ...

2 days ago

Solved


Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...

2 days ago

Load more