At about1:50 the speaker is wondering about how [1:2:10, 15] will produce an Array{Any,1}. This is because [1:2:10] will produce an array of integers [1 3 5 7 9], so [1:2:10, 15] will produce an array of (an array of integers and an integer).
@DrunkenUFOPilot10 жыл бұрын
Apparently that was then. Now, it works in a way that won't cause anyone to wonder. (I'm using 0.3.4)
@IagobaApellaniz9 жыл бұрын
Very nice tutorial!! I enjoyed learning julia!
@NikolasSkoufis10 жыл бұрын
Great tutorial. Thanks very much! For anybody wondering, I'm fairly sure that a recursive macro will crash your kernel.
@dauntul8 жыл бұрын
What is the valid point fro += at 56:50? I am dying out of curiosity here.
@ErikLandvall8 жыл бұрын
following :D
@yamelymancha423110 жыл бұрын
Is so good this tutorial, but could you show me a example how to plot un 3D? I have a project and i can't to plot and 2D neither.