photo

JY Wong


UCSI University

Active since 2017

Followers: 2   Following: 0

Message

Electrical and Electronic Engineering Student Fields of Interest include solar photovoltaics, power systems and power system protection

Statistics

All
MATLAB Answers

1 Question
0 Answers

File Exchange

6 Files

Cody

0 Problems
4 Solutions

ThingSpeak

2 Public Channels

RANK
160,403
of 300,364

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
1,361 of 20,934

REPUTATION
1,401

AVERAGE RATING
4.80

CONTRIBUTIONS
6 Files

DOWNLOADS
188

ALL TIME DOWNLOADS
12813

RANK
59,457
of 168,407

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
53

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
2 Public Channels

AVERAGE RATING
40

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

5 years ago

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

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

5 years ago

Solved


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 years ago