photo

ANAS


Salah Salem Official School - Giza, Egypt

Last seen: Today 自 2026 起处于活动状态

Followers: 0   Following: 1

消息

14 years old preparatory student in Egypt, interested in MATLAB and Artificial Intelligence.

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

统计学

Cody

37 个问题
203 个答案

排名
N/A
of 301,908

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,456

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
614
of 177,301

贡献数
37 个问题
203 个答案

评分
3,285

徽章数量
14

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已解决


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

11 hours 前

已解决


Find the minimum element of the matrix
Example: If x = [3 9; 5 2] then y = 2

2 days 前

已解决


find the roots of a quadratic equation
for e.g x = [ 2 -1 -3] y = [1.5 -1]

2 days 前

已解决


Find the product of a Vector
How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?; x = [1 : 0.5 : 6]; y ...

2 days 前

已解决


Vector Multiplication
Vector Multiplication of three matrix as shown in test cases.

4 days 前

已解决


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input is n=4 th...

10 days 前

已解决


Square root of number
Square root of given number.

10 days 前

已解决


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

10 days 前

已解决


Simple equation: Annual salary
Given an hourly wage, compute an annual salary

10 days 前

已解决


Matlab Basics II - Count rows in a matrix
Write a function that returns that number of rows in a vector or matrix x example: x = [1; 2; 3] output = 3

10 days 前

已解决


Multiply a column by a row
* Given a column vector C and and a row vector R. * Output a matrix M. * Every column of M equals to C multiplied by correspon...

10 days 前

已解决


Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000

10 days 前

已解决


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

10 days 前

已解决


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...

10 days 前

已解决


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

11 days 前

已解决


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

11 days 前

已解决


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

17 days 前

已解决


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

17 days 前

已解决


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

17 days 前

已解决


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

17 days 前

已解决


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

17 days 前

已解决


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

17 days 前

已解决


kmph to mps
convert kilometer per hour to meter per second

17 days 前

已解决


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

17 days 前

已解决


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

17 days 前

已解决


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

17 days 前

已解决


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

17 days 前

已解决


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

17 days 前

已解决


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

21 days 前

问题


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

21 days 前 | 0 | 7 个解题者

加载更多