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

41 問題
222 解答

ランク
N/A
of 302,028

評判
N/A

コントリビューション
0 質問
0 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,509

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
578
of 178,268

コントリビューション
41 問題
222 解答

スコア
3,450

バッジ数
14

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

バッジを表示

Feeds

表示方法

解決済み


Matrix
The fourth problem in Linear Algebra group. Create a matrix like this: 14 7 26 7 8 6 3 0 30

約15時間 前

問題


Matrix
The fourth problem in Linear Algebra group. Create a matrix like this: 14 7 26 7 8 6 3 0 30

約15時間 前 | 0 | 3 個のソルバー

解決済み


Column Vector
The third problem in Linear Algebra group. Create a column vector like this:

約16時間 前

問題


Column Vector
The third problem in Linear Algebra group. Create a column vector like this:

約16時間 前 | 0 | 1 個のソルバー

解決済み


Row Vector
The second problem in Linear Algebra group. Create this vector in MATLAB: [7 8 26]

約16時間 前

問題


Row Vector
The second problem in Linear Algebra group. Create this vector in MATLAB: [7 8 26]

約16時間 前 | 0 | 1 個のソルバー

解決済み


Scalar
The First problem in Linear Algebra group. Make scalar contains the value:

約16時間 前

問題


Scalar
The First problem in Linear Algebra group. Make scalar contains the value:

約16時間 前 | 0 | 1 個のソルバー

解決済み


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

12日 前

解決済み


Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...

12日 前

解決済み


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

12日 前

解決済み


ASCii Code
Using Matlab get the ASCii for '?'

12日 前

解決済み


Convert a numerical matrix into a cell array of strings
Given a numerical matrix, output a *cell array of string*. For example: if input = 1:3 output is {'1','2','3'} whic...

12日 前

解決済み


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

15日 前

解決済み


Max of a Vector
Write a function to return the max of a vector

15日 前

解決済み


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

15日 前

解決済み


Datetime basics
Generate the datetime scalar representing the current date

17日 前

解決済み


Check if number exists in vector
Return 1 if number a exists in vector b otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,2,3]; Returns 1.

26日 前

解決済み


Find the nearest integer
Given a vector of integers and a real number find the closest integer. EX: >> a = [2 4 5 6 8 10]; >> b = 4.6; >> nea...

27日 前

解決済み


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

27日 前

解決済み


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

30日 前

解決済み


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

30日 前

解決済み


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

30日 前

解決済み


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

約1ヶ月 前

解決済み


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

約1ヶ月 前

解決済み


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

約1ヶ月 前

解決済み


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

約1ヶ月 前

解決済み


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

約1ヶ月 前

解決済み


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

約1ヶ月 前

解決済み


Square root of number
Square root of given number.

約1ヶ月 前

さらに読み込む