Thanks. This looks very useful.
One more thing. How do I get the position of an entry within an array?
For example, suppose we have an array m=[ "a", 'b", "c"]. These could be
the names of variables in a dataset. Suppose I want to get an index, 3 (as
it is the third column) for "c". In Mathematica, we can use Position[m,
"c"]. Is there a similar function in Julia?
Thanks for all your help.
Asim
Post by asimHi
I am new to Julia. Does Julia support Jagged or Ragged arrays?
Thanks
Asim