Community Profile

photo

William Merkel


Last seen: meer dan 2 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

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

bijna 3 jaar ago

Solved


Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...

bijna 3 jaar ago

Solved


Is it an Armstrong number?
An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. Fo...

bijna 3 jaar ago

Solved


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

bijna 3 jaar ago

Solved


Energy Conversion 2

bijna 3 jaar ago

Solved


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

bijna 3 jaar ago

Solved


ASCii Code
Using Matlab get the ASCii for '?'

bijna 3 jaar ago

Solved


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

bijna 3 jaar ago

Solved


Replacing a row
For matrix G=[1 2 3; 4 5 6; 7 8 9] Replace the 2nd row with 8s **remember to create matrix G

bijna 3 jaar ago

Solved


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

bijna 3 jaar ago

Solved


Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...

bijna 3 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 3 jaar ago

Solved


Complex number
For complex number c=a+bi, write code that will add a and b together.

bijna 3 jaar ago

Solved


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

bijna 3 jaar ago

Solved


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

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

bijna 3 jaar ago

Solved


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

bijna 3 jaar ago

Solved


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

bijna 3 jaar ago

Solved


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

bijna 3 jaar ago

Solved


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

bijna 3 jaar ago

Solved


Mass Conversion 1

bijna 3 jaar ago

Solved


Square root of a number
Write a code that will output the square root of x.

bijna 3 jaar ago

Solved


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

bijna 3 jaar ago

Solved


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

bijna 3 jaar ago

Solved


Temperature Conversion 3

bijna 3 jaar ago

Solved


Temperature Conversion 2

bijna 3 jaar ago

Solved


Temperature Conversion 1

bijna 3 jaar ago

Solved


Draw a '4' in a zero matrix!

bijna 3 jaar ago

Solved


Draw a '6' in a zero matrix!

bijna 3 jaar ago

Load more