thx Andreas,  I see the new, small dot:) 
Paul

W dniu piątek, 25 kwietnia 2014 10:50:44 UTC+2 użytkownik Andreas Noack 
Jensen napisał:
>
> You can use the transpose .' instead of the conjugate transpose, i.e.
>
> julia> ["Andreas","Noack","Jensen"].'
> 1x3 Array{ASCIIString,2}:
>  "Andreas"  "Noack"  "Jensen"
>
> or use white space
>
> julia> ["Andreas" "Noack" "Jensen"]
> 1x3 Array{ASCIIString,2}:
>  "Andreas"  "Noack"  "Jensen"
>
>
> 2014-04-25 10:47 GMT+02:00 paul analyst <paul.a...@mail.com <javascript:>
> >:
> >
> > in old Julia version works this code:
> >
> > stringvector=["string1","string2","string3"]';
> >
> > today :
> > ERROR: no method conj(ASCIIString)
> >  in ctranspose at array.jl:1283
> >
> > how today to create horizontal string vector  ?
> > Paul
>
>
>
>
> --
> Med venlig hilsen
>
> Andreas Noack Jensen
>

Reply via email to