Sample and save data to matrix
Show older comments
I have a matrix A=[x;y]', where x and y are vectors say
x=0.01:0.05:0.5
y=2:2:20
I would like to sample and save the data to a matrix Z as:
Z= [0.0600 4.0000
0.1600 8.0000
0.2600 12.0000
0.3600 16.0000
0.4600 20.0000]
Thank you
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!