Community Profile

photo

John Paraskevas


2017년부터 활동

통계

  • Promoter
  • Commenter
  • Solver

배지 보기

Content Feed

보기 기준

문제를 풀었습니다


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년 전

더 보기