Community Profile

photo

John Paraskevas


Attivo dal 2017

Followers: 0   Following: 0

Statistiche

  • Promoter
  • Commenter
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


Radians to Degrees
Convert radians to degrees.

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


Degrees to Radian
Convert degrees to radians

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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!

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


Potential Energy
Calculate the potential energy of a rock.

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


Close MATLAB with keyboard
Close MATLAB with keyboard without using mouse

quasi 7 anni fa

Carica altro