Sample and save data to matrix
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Creating and Concatenating Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!