photo

AMO


Last seen: 1년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계학

All
  • Promoter
  • Community Group Solver
  • CUP Challenge Master
  • Solver
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to fix this error “Index exceeds the number of array elements (57)” while using minboundquad function
Hi, In minboundquad.m line 115, when removing consecutive edges that have the same angles the variable nedges is not updated. s...

3년 초과 전 | 0

답변 있음
Change matrix bits depending on the rate (Matlab)
[s1, s2] = size(A); d = gcd(s1, s2); n1 = s1 / d; n2 = s2 / d; % rows and columns of final bits rows = 1:s1; cols = zer...

3년 초과 전 | 0

| 수락됨