已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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

3 years 前

已解决


Spherical Volume
Calculate the volume of a sphere.

3 years 前

已解决


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 years 前

已解决


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

3 years 前

已解决


Energy Conversion 1

3 years 前

已解决


Energy Conversion 2

3 years 前

已解决


Temperature Conversion 1

3 years 前

已解决


Temperature Conversion 3

3 years 前

已解决


Temperature Conversion 2

3 years 前

已解决


Laws of motion 5

3 years 前

已解决


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

3 years 前

已解决


Laws of motion 2

3 years 前

已解决


Laws of motion 1

3 years 前

已解决


Converts numbers into characters
Converts numbers into characters

3 years 前

已解决


to the 2 all elements
to the 2 all elements

3 years 前

已解决


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

3 years 前

加载更多