Sample and save data to matrix
显示 更早的评论
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
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!