photo

Soobok Joe


Last seen: 8 days 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

All
File Exchange

2 文件

Cody

0 个问题
22 个答案

排名
N/A
of 299,947

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
8,024 of 20,848

声誉
112

平均
4.40

贡献数
2 文件

下载次数
6

ALL TIME 下载次数
71

排名
19,905
of 166,679

贡献数
0 个问题
22 个答案

评分
260

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 4
  • First Submission
  • Solver

查看徽章

Feeds

排序方式:

已解决


Symmetry of vector
Determine whether the vector is symmetric or not (vector could be even or odd in length). For example: x = [1 2 3 3 2 1] is s...

8 months 前

已解决


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to find the logical indices o...

8 months 前

已解决


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

9 months 前

已解决


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

9 months 前

已解决


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not to use d...

9 months 前

已解决


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

9 months 前

已解决


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

9 months 前

已解决


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given number of...

9 months 前

已解决


Sum of odd numbers in a matrix
Find the sum of all the odd numbers in a matrix. Example x = [2 3 5 7 1 4 11] y = 27

9 months 前

已解决


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

9 months 前

已解决


Find max
Find the maximum value of a given vector or matrix.

9 months 前

已解决


Spherical Volume
Calculate the volume of a sphere.

9 months 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

9 months 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

9 months 前

已解决


Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?

9 months 前

已解决


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

9 months 前

已解决


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

9 months 前

已解决


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

9 months 前

已解决


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

9 months 前

已解决


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

9 months 前

已解决


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

9 months 前

已提交


Accuracy of SV detection across tools and variant types
Covers precision and recall performance for deletions, duplications, inversions, and insertions.

9 months 前 | 4 次下载 |

0.0 / 5

已提交


Genetic ancestry prediction Using SNP-based ML Models
Predictive models to classify individuals into broad ancestry groups (African, European, East Asian, South Asian, and American)

9 months 前 | 2 次下载 |

5.0 / 5

已解决


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

3 years 前