Community Profile

photo

Zahra


Last seen: 11 meses hace Con actividad desde 2017

Followers: 0   Following: 0

Estadísticas

All
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


Detecting the margin line (the line separating the teeth from the gum) in a STL file
Hi, I have a STL file presenting the data coming from a scanner and it includes the tooth and gum (gingival). I want to detect ...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Resuelto


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

más de 6 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 6 años hace

Resuelto


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

más de 6 años hace

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 6 años hace