photo

Bas Peters


Last seen: 7 months ago Active since 2015

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


How does matlab handle removing elements memory wise?
If a = [1:5] and I want to remove the last element I can do a(5) = []; Does this first create a copy of a for the first two ele...

5 years ago | 1 answer | 1

1

answer

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

9 years ago