Community Profile

photo

Fatima Abdulla HCT2021


Last seen: 2年弱 前 2021 年からアクティブ

統計

  • Quiz Master
  • Cody Problems in Japanese Master
  • Speed Demon
  • Creator
  • Introduction to MATLAB Master
  • Community Group Solver
  • CUP Challenge Master
  • Commenter
  • Promoter
  • Project Euler I
  • Solver

バッジを表示

Content Feed

表示方法

解決済み


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]

約3年 前

解決済み


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

約3年 前

解決済み


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

約3年 前

解決済み


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

約3年 前

解決済み


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

約3年 前

解決済み


Area of the yellow shaded region

約3年 前

問題


Area of the yellow shaded region

約3年 前 | 0 | 45 個のソルバー

解決済み


Squares inside a square!

約3年 前

問題


Squares inside a square!

約3年 前 | 0 | 50 個のソルバー

解決済み


Draw 'J'
Given n as input, generate a n-by-n matrix 'J' using 0 and 1 . Example: n=5 ans= [0 0 0 0 1 0 0 0 0 1 0 0 ...

約3年 前

解決済み


Draw a '0' in a one matrix!

約3年 前

解決済み


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

約3年 前

解決済み


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

約3年 前

解決済み


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

約3年 前

解決済み


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

約3年 前

解決済み


Temperature Conversion 1

約3年 前

解決済み


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

約3年 前

解決済み


Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.

約3年 前

解決済み


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

約3年 前

解決済み


Convert degrees to radians
Given input in degrees, output to radians

約3年 前

解決済み


Radians to Degrees
Convert radians to degrees.

約3年 前

解決済み


triangle

約3年 前

解決済み


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

約3年 前

解決済み


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

約3年 前

解決済み


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

約3年 前

解決済み


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

約3年 前

解決済み


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

約3年 前

解決済み


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

約3年 前

解決済み


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

約3年 前

解決済み


only input
Return the output without writing any code into the function.

約3年 前

さらに読み込む