Forming vectors from the same assigned value (in Matlab)
- by imbibi
I've got a bunch of values that are all assigned the same variable due to running through a for loop several times, so for example:
d = 3.44434
d = 2.4444
d = 2.7777
How do I put them all into a vector?