Soobok Joe - MATLAB Central
photo

Soobok Joe


Last seen: en dag ago Active since 2022

Followers: 0   Following: 0

Statistics

All
CodyFile ExchangeFrom 12/22 to 03/25Use left and right arrows to move selectionFrom 12/22Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
File Exchange

2 Files

Cody

0 Problems
22 Solutions

RANK
N/A
of 297 527

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
7 973 of 20 454

REPUTATION
112

AVERAGE RATING
4.40

CONTRIBUTIONS
2 Files

DOWNLOADS
9

ALL TIME DOWNLOADS
68

RANK
18 931
of 159 017

CONTRIBUTIONS
0 Problems
22 Solutions

SCORE
260

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Solved


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

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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.

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


Spherical Volume
Calculate the volume of a sphere.

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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?

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Submitted


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

3 månader ago | 4 downloads |

0.0 / 5

Submitted


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)

3 månader ago | 5 downloads |

5.0 / 5

Solved


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

ungefär 2 år ago