Forming vectors from the same assigned value (in Matlab)
        Posted  
        
            by imbibi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by imbibi
        
        
        
        Published on 2010-05-07T15:06:10Z
        Indexed on 
            2010/05/07
            15:08 UTC
        
        
        Read the original article
        Hit count: 136
        
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?
© Stack Overflow or respective owner