解決済み


matlab indian players
answer is one of the indian matlab player(just for fun dont take serious)

3年弱 前

解決済み


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

3年弱 前

解決済み


Max of a Vector
Write a function to return the max of a vector

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Error handling
If the input is a negative number, generate an error. Otherwise, return the number.

3年弱 前

解決済み


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

3年弱 前

解決済み


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

3年弱 前

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

3年弱 前

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

3年弱 前

解決済み


Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...

3年弱 前

解決済み


Calculating Ring Area
In two-dimensional space, a ring can be constructed by using two concentric circles. Determine the area of a ring which has r1 ...

3年弱 前

解決済み


Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...

3年弱 前

解決済み


Calculate Simple Intrest for given data
P,N,R stands for Principle amount, No. of years and rate of intrest resp. Calculate intrest I

3年弱 前

解決済み


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

3年弱 前

解決済み


Spherical Volume
Calculate the volume of a sphere.

3年弱 前

解決済み


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

3年弱 前

解決済み


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

3年弱 前

解決済み


Energy Conversion 1

3年弱 前

解決済み


Energy Conversion 2

3年弱 前

解決済み


Temperature Conversion 1

3年弱 前

解決済み


Temperature Conversion 3

3年弱 前

解決済み


Temperature Conversion 2

3年弱 前

解決済み


Laws of motion 5

3年弱 前

解決済み


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

3年弱 前

解決済み


Laws of motion 2

3年弱 前

解決済み


Laws of motion 1

3年弱 前

解決済み


Converts numbers into characters
Converts numbers into characters

3年弱 前

解決済み


to the 2 all elements
to the 2 all elements

3年弱 前

解決済み


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

3年弱 前

さらに読み込む