Community Profile

photo

Wang Jack


Last seen: 9 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

All
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 2
  • First Submission
  • GitHub Submissions Level 1
  • Explorer
  • Thankful Level 1
  • First Review

查看徽章

Feeds

排序方式:

提问


How to divide a triangulation
There is a triangulation, which is two parts that are not connected, how to distinguish them? For example, a triangulation TR, ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to extract boundary of a set of 2D points
There is my code LL1_x=(-0.1:.01:0.1)'; LL1=[LL1_x,-0.1*ones(length(LL1_x),1)]; LL2_y=(-0.1:.01:0.1)'; LL2=[0.1*ones(length(...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to delete all repeat rows?
How to delete all repeat rows? I mean all repeat rows, like : A= [0 4; 2 4; 0 4; 4 8; 3 4] How to got new_A= [2 4; 4 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


cell array for loop assignment
Here is some code A1 is a 1*4cell array, I want got a 2*4 cell array, but non of those statement can do, all I got is nesting ...

4 years 前 | 1 个回答 | 0

1

个回答