Community Profile

photo

Zahra


Last seen: 11ヶ月 前 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 + ...

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前