Community Profile

photo

Md Abdur Rahman


Last seen: 16日 前 2020 年からアクティブ

Graduate student, Reseacher

統計

All
  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • First Answer
  • Revival Level 1
  • Speed Demon
  • Creator
  • Thankful Level 1
  • Commenter
  • Draw Letters
  • CUP Challenge Master
  • Community Group Solver
  • Introduction to MATLAB Master

バッジを表示

Content Feed

表示方法

解決済み


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

1年以上 前

解決済み


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

1年以上 前

解決済み


Given A4 sizes find A3's long side
I think you know the relation between A3 and A4 paper so givens are sides of A4 x1=long side of A4 y1=short side of A4 y2 is ...

1年以上 前

解決済み


Zero or hero
A number will be given as an input. You can be hero if it's not zero. (Just for fun)

1年以上 前

問題


Zero or hero
A number will be given as an input. You can be hero if it's not zero. (Just for fun)

1年以上 前 | 1 | 23 個のソルバー

解決済み


Is it column vector?
Is it column vector? Check vector for column vector without using iscolumn function.

1年以上 前

解決済み


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

1年以上 前

解決済み


Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...

1年以上 前

解決済み


Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.

1年以上 前

解決済み


kmph to mps
convert kilometer per hour to meter per second

1年以上 前

解決済み


Sum two matrices
Take two incoming matrices, and sum them

1年以上 前

解決済み


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

1年以上 前

解決済み


modulus of a number
find the modulus of a given number

1年以上 前

解決済み


Identifying teenager
Suppose the age of a person is given. If he/she is a teenage, answer is 'yes'. Otherwise, the answer is 'no'.

1年以上 前

解決済み


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;

1年以上 前

解決済み


Square a Number
Given an input x, return y, which is equal to the square of x.

1年以上 前

解決済み


What's Your BMI?
Find the body mass index. For reference, please refer to Wikipedia here: <http://en.wikipedia.org/wiki/Body_mass_index body ...

1年以上 前

解決済み


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

1年以上 前

解決済み


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

1年以上 前

解決済み


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

1年以上 前

解決済み


Matlab Basics II - Intervals
Write a function that takes an interval from a to b, and divides it into 5 parts example: a = 1, b = 2 output = 1 1.25 ...

1年以上 前

解決済み


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

1年以上 前

解決済み


Volume of Cylinder
Find the volume of a cylinder

1年以上 前

解決済み


Matlab Basics II - Max & Index of Max
Write a function that takes a vector x, then returns both the max value in x and its location in the vector for example x ...

1年以上 前

解決済み


Box!
Given a box, find the volume of the cube. With each side = a.

1年以上 前

解決済み


Will there be a new leader?
Simply answer the title.

1年以上 前

解決済み


Find out magnitude of vector
Find out magnitude of vector. Say x=[1 2 3], then answer must sqrt(1^2+2^2+3^2) Please don't use sum function. If you l...

1年以上 前

解決済み


Summation of array
Given an array, Find the sum of all of the elements in it Examples: Input x = [1 2 3 5; 4 5 6 7]; Output y is 33

1年以上 前

解決済み


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

1年以上 前

解決済み


Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm

1年以上 前

さらに読み込む