photo

Alaa


Last seen: 12 days 前 自 2024 起处于活动状态

Followers: 1   Following: 1

Programming Languages:
MATLAB
Spoken Languages:
English

统计学

Cody

4 个问题
179 个答案

排名
N/A
of 300,753

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
961
of 170,858

贡献数
4 个问题
179 个答案

评分
2,406

徽章数量
13

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Cody Contest 2025 Finishers
  • Speed Demon
  • Creator
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • Leader
  • Community Group Solver
  • Solver

查看徽章

Feeds

排序方式:

已解决


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

29 days 前

已解决


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

29 days 前

已解决


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

29 days 前

已解决


kmph to mps
convert kilometer per hour to meter per second

29 days 前

已解决


Basics: 'Find the eigenvalues of given matrix
Find the eigenvalues y for a given matrix x.

29 days 前

已解决


Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...

29 days 前

已解决


to the 2 all elements
to the 2 all elements

29 days 前

已解决


Double all elements in the array
Duplicate all elements in the array

29 days 前

已解决


Converts numbers into characters
Converts numbers into characters

29 days 前

已解决


easy problem
Find the last element of the array

29 days 前

已解决


Voltage in a lamp
A lamp is measured to have a resistance of R ohms when it operates at a power of P Watts. What is the voltage (in volts) being a...

29 days 前

已解决


Calculate the acceleration of a crate
What is the acceleration of a crate if two robots apply F1 N and F2 N of force respectively and a frictional force of FR N acts ...

29 days 前

已解决


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

29 days 前

已解决


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

29 days 前

已解决


Clueless - Lord Ned in the Game Room with the Technical Computing Language
[Warning: this is a nontrivial programming problem] Worried about the decline in reasoning skills in the clueless populace of...

29 days 前

已解决


Calculate Reynolds Number
Write a MATLAB function that calculates the Reynolds number for flow over a flat plate: ​ ρ = fluid density (kg/m³) V = veloc...

1 month 前

问题


Calculate Reynolds Number
Write a MATLAB function that calculates the Reynolds number for flow over a flat plate: ​ ρ = fluid density (kg/m³) V = veloc...

1 month 前 | 2 | 30 个解题者

已解决


Compute Airspeed from Mach Number
Write a MATLAB function that converts a Mach number to airspeed given the speed of sound aa in m/s: V=M⋅a V = airspeed (m/s) M...

1 month 前

问题


Compute Airspeed from Mach Number
Write a MATLAB function that converts a Mach number to airspeed given the speed of sound aa in m/s: V=M⋅a V = airspeed (m/s) M...

1 month 前 | 0 | 24 个解题者

已解决


Calculate Drag Force
Write a MATLAB function to compute the drag force on an object moving through air: ​ where: D is drag force (N) ρ is air de...

1 month 前

问题


Calculate Drag Force
Write a MATLAB function to compute the drag force on an object moving through air: ​ where: D is drag force (N) ρ is air de...

1 month 前 | 1 | 18 个解题者

已解决


Calculate Lift Force on an Airfoil
Write a MATLAB function to calculate the lift force acting on an airfoil given the air density, wing area, velocity of the airfl...

1 month 前

问题


Calculate Lift Force on an Airfoil
Write a MATLAB function to calculate the lift force acting on an airfoil given the air density, wing area, velocity of the airfl...

1 month 前 | 1 | 32 个解题者

已解决


Find the max element of the array
Find the max element of the array

1 month 前

已解决


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

1 month 前

已解决


calculate the length of matrix
input 1 array, calculate the length

1 month 前

已解决


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

1 month 前

已解决


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

1 month 前

已解决


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

1 month 前

加载更多