photo

Julian


Last seen: meer dan 4 jaar ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

16 Questions
24 Answers

File Exchange

5 Files

Cody

0 Problems
7 Solutions

RANK
1.043
of 300.364

REPUTATION
74

CONTRIBUTIONS
16 Questions
24 Answers

ANSWER ACCEPTANCE
56.25%

VOTES RECEIVED
28

RANK
5.766 of 20.934

REPUTATION
213

AVERAGE RATING
5.00

CONTRIBUTIONS
5 Files

DOWNLOADS
6

ALL TIME DOWNLOADS
1584

RANK
46.826
of 168.373

CONTRIBUTIONS
0 Problems
7 Solutions

SCORE
80

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Revival Level 1
  • 3 Month Streak
  • Thankful Level 3
  • Knowledgeable Level 2
  • First Answer
  • Solver

View badges

Feeds

View by

Solved


Combine the first and last names
MATLAB R2016 provides a rich set of functions to work with string arrays. In this problem, you will be given two string arrays o...

bijna 9 jaar ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

ongeveer 12 jaar ago

Solved


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

ongeveer 12 jaar 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 ...

ongeveer 12 jaar ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

ongeveer 12 jaar ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

ongeveer 12 jaar 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:...

ongeveer 12 jaar ago