Community Profile

photo

Fatima Abdulla HCT2021


Last seen: 대략 2년 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • 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

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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 | 솔버 수: 46

문제를 풀었습니다


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년 전

더 보기