Community Profile

photo

John Paraskevas


Active since 2017

Followers: 0   Following: 0

Statistics

  • Promoter
  • Commenter
  • Solver

View badges

Feeds

View by

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


Radians to Degrees
Convert radians to degrees.

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


Degrees to Radian
Convert degrees to radians

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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!

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


Potential Energy
Calculate the potential energy of a rock.

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


Close MATLAB with keyboard
Close MATLAB with keyboard without using mouse

bijna 7 jaar ago

Load more