解決済み


A shooting competition
In a shooting competition, the target is a square of side L containing a circle of radius R<=L/2. A player scores one point if h...

4ヶ月 前

解決済み


Summy's odd sum

4ヶ月 前

解決済み


Row avg

4ヶ月 前

解決済み


Component area
Find the area of the component below, all measurements are in mm <<https://image.ibb.co/hocruF/Component.png>>

4ヶ月 前

解決済み


cube of number
find cube of number

4ヶ月 前

解決済み


Cody Matlab Version
What is the current Cody Matlab Release? *Output:* string *Examples:* '(R2012a)' or 'R2012a' Hint: We have mo...

4ヶ月 前

解決済み


convert binary string to vector!!!

4ヶ月 前

解決済み


Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.

4ヶ月 前

解決済み


Rankine to Celsius Converter
Given input R, degrees Rankine, convert into degrees Celsius.

4ヶ月 前

解決済み


Step up
For given input array, output a array with all elements step up by two

4ヶ月 前

解決済み


Real

4ヶ月 前

解決済み


Surface area of a cone

4ヶ月 前

解決済み


find the value

4ヶ月 前

解決済み


Average of even-numbered columns
Given a vector, find the average of even-numbered columns. e.g x = [ 4 6 8 9 1 2 7 ] y = ( 6 + 9 + 2 ) / 3

4ヶ月 前

解決済み


Shift elements of vector left
Shift elements of vector to the left. For ex. : Input_vec = [1 2 3 4 5] Output_vec = [2 3 4 5 1]

4ヶ月 前

解決済み


Number Power
Raise a number to itself.

4ヶ月 前

解決済み


Bag of apples
find probabilty of getting red apples from a bag of 'r' red and 'g' green apples.

4ヶ月 前

解決済み


Calculate solution of given polynomial
For example, y=function([3 -2 -4]) In here, input vector indicate 3*x^2-2*x-4, y is solution of former equation. y=[1.5...

4ヶ月 前

解決済み


Slope of the line passing through two points
Determine the slope of a line passing through the points a=[x1 y1] and b=[x2 y2].

4ヶ月 前

解決済み


imaginary results
Return the value of the imaginary number i to the power of input argument n.

4ヶ月 前

解決済み


Energy-Mass Equivalence
Given input enegy of the object, E, and constant c = 300,000,000, find the mass of the object.

4ヶ月 前

解決済み


Cube root of max value in a vector
Find the cube root of the maximum value in a vector

4ヶ月 前

解決済み


NaN

4ヶ月 前

解決済み


Squares inside a square!

4ヶ月 前

解決済み


MATLAB Basics: Complex Argument
For a given complex number, x, return the argument, y, in degrees.

4ヶ月 前

解決済み


Adding Cells with numbers defined as strings
Given a cell, with strings representing numbers, add each value. For example: a = {'9','33'}; the output should be: ...

4ヶ月 前

解決済み


Total resistance of resistors in parallel
What is the total resistance of a number of resistors in parallel? A vector R contains the resistances (in Ohm) of n resistors,...

4ヶ月 前

解決済み


DC-DC boost converter
Find the output voltage of a DC-DC boost converter given input voltage and the duty cycle ratio

4ヶ月 前

さらに読み込む