Community Profile

photo

John Paraskevas


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • Promoter
  • Commenter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

7年弱 前

解決済み


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

7年弱 前

解決済み


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

7年弱 前

解決済み


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

7年弱 前

解決済み


y equals x divided by 2
function y = x/2

7年弱 前

解決済み


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

7年弱 前

解決済み


Return area of square
Side of square=input=a Area=output=b

7年弱 前

解決済み


Calculate some equation
Using given inputs x and z, make two outputs that are y1 = (xz)/(x/z)^2 + 14x^2 - 0.8z^2 y2 = x^z - z^x + (x/z)^2 - (z/x...

7年弱 前

解決済み


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

7年弱 前

解決済み


Matlab Basics - Rounding I
Write a script to round x DOWN to the next lowest integer: e.g. x = 2.3 --> x = 2 also: x = 2.7 --> x = 2

7年弱 前

解決済み


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

7年弱 前

解決済み


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

7年弱 前

解決済み


kmph to mph converter
Convert the speed in miles/hour to km/hour.

7年弱 前

解決済み


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

7年弱 前

解決済み


UICBioE240 problem 1.2
Convert a column vector into a row vector. So if A = [1; 2; 3] Then B = [ 1 2 3]

7年弱 前

解決済み


Radians to Degrees
Convert radians to degrees.

7年弱 前

解決済み


Convert radians to degrees
Given input in radians, output to degrees

7年弱 前

解決済み


Convert degrees to radians
Given input in degrees, output to radians

7年弱 前

解決済み


Degrees to Radian
Convert degrees to radians

7年弱 前

解決済み


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

7年弱 前

解決済み


Rounding
Round 10.67 and make 'y' equal to that number.

7年弱 前

解決済み


Calculate volume of box
Calculate the volume of box,hiven its sides

7年弱 前

解決済み


Number of Horns on a unicorn!
Calculate the number of horns on a *unicorn*! And I'm talking about a unicorn with not more than one horn on it!

7年弱 前

解決済み


How many solutions has this problem?
Guess, predict or calculate :-) (You will be scored by the accuracy). Update: <http://www.mathworks.co.uk/matlabcent...

7年弱 前

解決済み


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

7年弱 前

解決済み


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

7年弱 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

7年弱 前

解決済み


Potential Energy
Calculate the potential energy of a rock.

7年弱 前

解決済み


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

7年弱 前

解決済み


Close MATLAB with keyboard
Close MATLAB with keyboard without using mouse

7年弱 前

さらに読み込む