photo

Zahra


Last seen: 대략 1년 전 2017년부터 활동

Followers: 0   Following: 0

통계학

All
  • Solver

배지 보기

Feeds

보기 기준

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


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

거의 7년 전

문제를 풀었습니다


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

거의 7년 전

문제를 풀었습니다


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

거의 7년 전

문제를 풀었습니다


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

거의 7년 전