There’s something very strange about your code snippet, btw. Your comments use %
which should not work, since the julia character for comments are #
, and the assignment to B
has some weird character that I cannot even copy, it seems to be an image of some sort.
It’s great that you got the help you needed, but for future reference, it is preferable if you can provide a full example that can be copied and run, and also that you wrap your example code in triple backticks, as explained here: Please read: make it easier to help you