Community Profile

photo

Gábor Csapó


Last seen: ongeveer 3 jaar ago Active since 2021

Followers: 0   Following: 0

Matlab is great .

Statistics

  • MATLAB Central Treasure Hunt Finisher
  • Commenter
  • Promoter
  • Solver

View badges

Feeds

View by

Solved


Mass Conversion 1

ongeveer 3 jaar ago

Solved


Fill a zeros matrix
The aim is to fill an array of all zeros given a numerical value and the index of row and columns for this value. 3 Inputs: ...

ongeveer 3 jaar ago

Solved


Counting down
Create a vector that counts from 450 to 200 in increments of 10.

ongeveer 3 jaar ago

Solved


Times 3 problem
When you enter the number, it should return the number multiplied by 3

ongeveer 3 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!

ongeveer 3 jaar ago

Solved


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

ongeveer 3 jaar ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

ongeveer 3 jaar ago

Solved


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

ongeveer 3 jaar ago

Solved


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

ongeveer 3 jaar ago

Solved


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

ongeveer 3 jaar ago

Solved


Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar ago

Solved


Temperature Conversion 3

ongeveer 3 jaar ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

ongeveer 3 jaar ago

Solved


Circle : Square

ongeveer 3 jaar ago

Solved


square number
Square a number

ongeveer 3 jaar ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

ongeveer 3 jaar ago

Solved


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

ongeveer 3 jaar ago

Solved


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

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

ongeveer 3 jaar ago

Solved


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

ongeveer 3 jaar ago

Solved


Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...

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

ongeveer 3 jaar ago

Solved


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

ongeveer 3 jaar ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar ago

Solved


given 3 sides, find area of this triangle
1:3 -> 0; 3:5 -> 6

ongeveer 3 jaar ago

Solved


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

ongeveer 3 jaar ago

Load more