Community Profile

photo

Raghavan


Angiometrix

Last seen: 1 year ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • First Review

View badges

Feeds

View by

Question


Copy many to one elements within arrays
If I execute: x = zeros(1,5); x([1, 2, 3, 1, 4, 5]) = (1:6); then I get x = (4, 2, 3, 5, 6). Here x(1) is written tw...

9 years ago | 1 answer | 0

1

answer