Julia is in this regard not like Matlab. In Matlab a function file is with the right name is picked up by the interpreter and loaded. In Julia you first have to include your file [1] and the you can call using A.
The profile function is a bit hidden but an explanation can be found here [2] [1] http://docs.julialang.org/en/release-0.3/stdlib/base/?highlight=include#Base.include [2] http://junolab.org/docs/notes.html Best Valentin On Tuesday, 2 December 2014 18:42:16 UTC+1, Petr Krysl wrote: > > Mike, > > I'm not sure I use Juno /LT correctly, but I cannot run an example that > "uses" a module. The module file is in the workspace, but > control-shift-enter results in the message of > > > - > > Error evaluating C:\Users\pkrysl\Documents\Research\Software folder\FEA > software folder\jfineale\Poisson_FE_example.jl: > FESetModule not found > in require at loading.jl:47 > > > I can run the code in any of the module files w/o problems. > > What should I do? > > Thanks, > > Petr >
