JY Wong - MATLAB Central
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
File ExchangeCodyThingSpeakMATLAB AnswersFrom 07/17 to 03/25Use left and right arrows to move selectionFrom 07/17Use 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%
MATLAB Answers

1 Question
0 Answers

File Exchange

6 Files

Cody

0 Problems
4 Solutions

ThingSpeak

2 Public Channels

RANK
167,902
of 297,560

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
1,466 of 20,456

REPUTATION
1,277

AVERAGE RATING
4.80

CONTRIBUTIONS
6 Files

DOWNLOADS
180

ALL TIME DOWNLOADS
11573

RANK
56,233
of 159,148

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]

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

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


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

4 years ago