Select Git revision

Fredrik Bagge Carlson authored
index.md 1.23 KiB
BallAndBeam
Depth = 3
Installation
Install BallAndBeam.jl
using command Pkg.clone("https://gitlab.control.lth.se/processes/BallAndBeam.jl.git")
Lots of packages will now be installed, this will take some time.
Exported functions and types
Modules = [BallAndBeam]
Private = false
Pages = ["BallAndBeam.jl"]
Lab 1 FRTN35
The script FRTN35_lab1.jl
provides example usage of the functionality required to perform the lab. To get started, do the following
- Open a terminal
- Type
export JULIA_PKGDIR=/var/tmp/$USER; export JULIA_EDITOR=gedit
. Restart the terminal. (Feel free to choose another text editor if you don't like gedit.) - Type
mkdir FRTN35_lab1; cd FRTN35_lab1
- Start
julia
- Install
BallAndBeam.jl
using commandPkg.clone("https://gitlab.control.lth.se/processes/BallAndBeam.jl.git"); using BallAndBeam
Lots of packages will now be installed, this will take some time. - Type
cp(Pkg.dir("BallAndBeam","src","FRTN35_lab1.jl"), "FRTN35_lab1.jl"); edit("FRTN35_lab1.jl")
. The scriptFRTN35_lab1.jl
will now open in the chosen text editor, edit it while following the lab manual. If unsure about how a function works, type?function_name
for help.
Index