Community Profile

photo

Zahra


Last seen: 11 månader ago Active since 2017

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Question


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

12 månader ago | 1 answer | 0

1

answer

Solved


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

mer än 6 år 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...

mer än 6 år ago

Solved


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

mer än 6 år 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...

mer än 6 år ago