photo

Federico Zappaterra


Last seen: ungefär 4 år ago Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

1 Question
1 Answer

Cody

0 Problems
2 Solutions

RANK
9 258
of 300 338

REPUTATION
4

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
91 809
of 168 149

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer
  • First Review
  • Solver

View badges

Feeds

View by

Answered
cell array in a cell array inexing
I'm not sure about what are you looking for. However, I would do the following: k1 = 1:3; k2 = 6:9; k3 = 11:13; a{1} = [1...

mer än 5 år ago | 0

| accepted

Question


Hold on in for loop doesn't work
I want to plot several curves using a for loop, but hold on doesn't work. I also tried to set the property of 'axis' (i.e. see...

mer än 5 år ago | 1 answer | 0

1

answer

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 8 å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 8 år ago