Skip to content

The program for more comfortable lab calculation and latex writing

Notifications You must be signed in to change notification settings

ajlekcahdp4/Clab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clab

Make your lab creating process more easier

Table of contents:

How to clone

Dependencies

How to clone

To clone this repo run:

https://github.com/ajlekcahdp4/Clab.git
cd lab_calc

Dependencies

Here is the list of progs you need to use my program:

gcc compiler

You can install gcc compiller by running:

sudo apt install gcc

Or by using pacman:

sudo pacman -S gcc

python3

You can install python3 by running:

sudo apt install python3

Or by using pacman:

sudo pacman -S python3

matplotlib

To use graph plotting you need to install matplotlib You can install* matplotlib by pip installer:

pip install matplotlib

Or by using conda:

conda install matplotlib

To construct your own tex file open "main.c" and use functions:

To get lsm results and draw graph:

Enter your dots for graph in text file (you will be asked of the name of this file) by the way:

4 //number of measurements
1 2 3 4 //first row (abscissa)
1 2 3 4 //second row (ordinate)

To run only lsm (least squares method) and graph plotting:

$ make Graph

About

The program for more comfortable lab calculation and latex writing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published