Community Profile

photo

John Paraskevas


Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • Promoter
  • Commenter
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


Radians to Degrees
Convert radians to degrees.

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


Degrees to Radian
Convert degrees to radians

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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!

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


Potential Energy
Calculate the potential energy of a rock.

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor

Gelöst


Close MATLAB with keyboard
Close MATLAB with keyboard without using mouse

fast 7 Jahre vor

Mehr laden