See also https://github.com/JuliaLang/julia/issues/6395

kl. 10:53:50 UTC+2 fredag 25. april 2014 skrev paul analyst følgende:
>
> 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 <[email protected]>:
>> >
>> > 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