photo

交感神経優位なあかべぇ


Last seen: 2 dagar ago Active since 2022

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, MATLAB
Spoken Languages:
Japanese

Statistics

All
MATLAB Answers

5 Questions
103 Answers

Cody

0 Problems
3 Solutions

RANK
219
of 297 738

REPUTATION
448

CONTRIBUTIONS
5 Questions
103 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
96

RANK
 of 20 469

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
69 430
of 159 472

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

  • 12 Month Streak
  • Knowledgeable Level 4
  • Solver
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Solved


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

ungefär 2 år 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 ...

mer än 2 år 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:...

mer än 2 år ago