photo

ANAS


Salah Salem Official School - Giza, Egypt

Last seen: 2 days ago 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

37 Problems
187 Solutions

RANK
N/A
of 301,848

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,439

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
697
of 176,942

CONTRIBUTIONS
37 Problems
187 Solutions

SCORE
3,009

NUMBER OF BADGES
12

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Solved


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

2 days ago

Solved


Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.

2 days ago

Solved


Compare two strings.
Compare two strings, whether they are equal or not.

2 days ago

Solved


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

2 days ago

Solved


Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...

2 days ago

Solved


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

2 days ago

Solved


kmph to mps
convert kilometer per hour to meter per second

2 days ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

2 days ago

Solved


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

2 days ago

Solved


Inner product of two vectors
Find the inner product of two vectors.

2 days ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

2 days ago

Solved


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

2 days ago

Solved


Title
Make a plot for x and add title "My Plot". NOTICE: YOU CAN NOT USE ans INSTEAD OF [y ax]!

6 days ago

Problem


Title
Make a plot for x and add title "My Plot". NOTICE: YOU CAN NOT USE ans INSTEAD OF [y ax]!

6 days ago | 0 | 5 solvers

Solved


Plot
Make a plot of the vector x. NOTICE: YOU CAN NOT USE ans INSTEAD OF y!

6 days ago

Problem


Plot
Make a plot of the vector x. NOTICE: YOU CAN NOT USE ans INSTEAD OF y!

6 days ago | 0 | 5 solvers

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

7 days ago

Solved


Matlab Basics - Rounding I
Write a script to round x DOWN to the next lowest integer: e.g. x = 2.3 --> x = 2 also: x = 2.7 --> x = 2

11 days ago

Solved


Rotate matrix by -90 degrees
Rotate a Matrix by -90 degrees Example: X = 1 2 3 4 5 6 7 8 9 output = 7 4 ...

12 days ago

Solved


first element of matrix
find the first elements of a column matrix

12 days ago

Solved


Sum the squares of numbers from 1 to n
For a given value of n return the sum of square of numbers from 1 to n. Example For n = 2 then sum of squares = 5 (1^2 + ...

12 days ago

Solved


Zero or hero
A number will be given as an input. You can be hero if it's not zero. (Just for fun)

12 days ago

Solved


Matlab Basics II - Intervals
Write a function that takes an interval from a to b, and divides it into 5 parts example: a = 1, b = 2 output = 1 1.25 ...

12 days ago

Solved


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

12 days ago

Solved


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

12 days ago

Solved


Array of Ones
Create a 100 X 100 array of ones.

12 days ago

Solved


Returning a "greater than" vector
Given a vector, v, return a new vector , vNew, containing only values > n. For example: v=[1 2 3 4 5 6] n=3 vNew =...

12 days ago

Solved


Create a two dimensional zero matrix
You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros. Exam...

12 days ago

Solved


matlab indian players
answer is one of the indian matlab player(just for fun dont take serious)

12 days ago

Solved


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

12 days ago

Load more