Skip to content
Snippets Groups Projects
Select Git revision
  • 1bb02a9e19b3d14be5ba40645818acaba3406862
  • master default protected
  • tommi
  • gh-pages
  • v0.2.0
  • v0.1.0
6 results

index.md

Blame
  • 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

    1. Open a terminal
    2. 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.)
    3. Type mkdir FRTN35_lab1; cd FRTN35_lab1
    4. Start julia
    5. Install BallAndBeam.jl using command Pkg.clone("https://gitlab.control.lth.se/processes/BallAndBeam.jl.git"); using BallAndBeam Lots of packages will now be installed, this will take some time.
    6. Type cp(Pkg.dir("BallAndBeam","src","FRTN35_lab1.jl"), "FRTN35_lab1.jl"); edit("FRTN35_lab1.jl"). The script FRTN35_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