Community Profile

photo

gdgc


Last seen: 1年以上 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Review
  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

解決済み


Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...

3年以上 前

解決済み


Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
For a row vector: V=[7 1 2 -3] there is one sign change (from 2 to -3). So, the function you write must return N=1. F...

3年以上 前

解決済み


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

4年以上 前

解決済み


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

4年以上 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

約5年 前

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

約5年 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

約5年 前

解決済み


Create a random logical vector of N elements of which M are true.
Your task for tomorrow is to create a random binary (logical) vector of N elements of which M are true. For example: ran...

約5年 前

質問


Why GPU computation does not scale linearly with the number of loops ?
Good evening everyone, I'm currently trying to speed up my code by converting it to GPU computation. But I'm facing a proble...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


speeding up symmetric distance matrix computation
Hi everyone, I'm currently working on some discrete vortex algorithm, and the main time consuming part can be sumed up by the...

6年以上 前 | 0 件の回答 | 0

0

回答