Community Profile

photo

Nora Al Allaf


Last seen: alrededor de 1 año hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Resuelto


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

más de 3 años hace

Resuelto


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

más de 3 años hace

Resuelto


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 3 años hace

Pregunta


color area between functions
Hi, I have two functions g = exp(-x.^2./2) and h = x.^2-3.*x+2; there is a region enclosed between them, between x=0 and x=3 ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


raise power to power in title
Hi~ I wanna write a title to a graph this way >> y = x * e^(- x^2 / 2 ) title(' y = x*e^(- x^2 / 2) ') writes e as base and...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


multiple functions within one script
Hello :) I'm trying to use a function inside another one min_bisect is the first one and kastbana_5(x) is the second [10,...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


after how many terms does an equation have the same five decimals as pi/4?
Hi, so it's given that s = 1 − 1/3 + 1/5 − 1/7 + 1/9 − 1/11 + · · · + (−1)^n / (2n + 1) what I need to do is, with a while-loo...

más de 3 años hace | 1 respuesta | 0

1

respuesta