photo

Ayesha Alfili HCT2021


Last seen: 5 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

消息

统计学

Cody

0 个问题
258 个答案

排名
N/A
of 301,153

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,182

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
686
of 173,067

贡献数
0 个问题
258 个答案

评分
3,020

徽章数量
9

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Community Group Solver
  • Commenter
  • Promoter
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


Degrees to Radian
Convert degrees to radians

5 years 前

已解决


Radians to Degrees
Convert radians to degrees.

5 years 前

已解决


Electric Flux
Calculate the flux passing through a surface. E is electric field, A is area.

5 years 前

已解决


Convert Angstrom to Meters
Write a code that converts the angstrom unit to meters.(A is angstrom and m is meters.)

5 years 前

已解决


Compute LOG(1+X) in natural log
Compute LOG(1+X) in natural log

5 years 前

已解决


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

5 years 前

已解决


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

5 years 前

已解决


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

5 years 前

已解决


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

5 years 前

已解决


length of a vector
Find twice the length of a given vector.

5 years 前

已解决


pressure to dB?
given x ratio of pressure, find corresponding y dB

5 years 前

已解决


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

5 years 前

已解决


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

5 years 前

已解决


Calculate the base-10 logarithm of a number
Calculate the logarithm of number x

5 years 前

已解决


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

5 years 前

已解决


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

5 years 前

已解决


Calculate square and cube of number
Calculate square and cube of number x

5 years 前

已解决


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

5 years 前

已解决


Conversion from hours to mili sec
Convert given input in hours to mili seconds

5 years 前

已解决


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

5 years 前

已解决


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

5 years 前

已解决


F.R.I.E.N.D.S

5 years 前

已解决


Number Power
Raise a number to itself.

5 years 前

已解决


Rounding
Round 10.67 and make 'y' equal to that number.

5 years 前

已解决


square number
Square a number

5 years 前

已解决


area

5 years 前

已解决


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

5 years 前

已解决


Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.

5 years 前

已解决


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

5 years 前

加载更多