photo

Jae-Hee Park


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Hi Im Jae-Hee

Programming Languages:
Python, C++, C, C#, MATLAB
Spoken Languages:
English, Korean

Statistics

All
MATLAB Answers

22 Questions
3 Answers

Cody

0 Problems
3 Solutions

RANK
19,787
of 300,352

REPUTATION
2

CONTRIBUTIONS
22 Questions
3 Answers

ANSWER ACCEPTANCE
63.64%

VOTES RECEIVED
1

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
78,967
of 168,212

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • Explorer
  • Thankful Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Solver

View badges

Feeds

View by

Solved


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

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

4 years ago

Solved


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

4 years ago