Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Form a matrix from elements of a second matrix
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Suppose if I have a matrix like this:
Time = [1;2;3;4;5;6;7;8;9;10]
Diameter = [1;2;3;4;5;6;7;8;9;10]
If I want to form two matrices, one for diameters less than 6 and other for diameters greater than 6, how can I do that? I also need times for the corresponding diameters on each matrix.
Thanks.
0 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!