Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DomacaNaloga1_AleksaCirkovic #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,142 changes: 1,142 additions & 0 deletions DomNal/Manifest.toml

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions DomNal/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name = "Domaca01"
uuid = "f153e40a-130e-47db-a76c-f06db57af828"
authors = ["aleksacirkovic99 <aleksacirkovic99>"]
version = "0.1.0"

[deps]
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
16 changes: 16 additions & 0 deletions DomNal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Naravni zlepek

Aleksa Ćirković

Opis naloge:
- Naloga je, da se poveže niz točk na grafu na gladek način. Obstaja več točk, vsaka s svojo X in Y vrednostjo, in je potrebno narisati gladko krivuljo, ki gre skozi vse te točke.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

V resnici ne gre za gladko krivuljo, ampak za funkcijo. Interpolacija z gladkimi krivuljami je sorodna tema, ki je precej bolj komplicirana.


Navodila kako uporabiti kodo:
- Kloniraj ali prenesi ta repozitorij na svoj računalnik.
- Odpri terminal ali ukazno vrstico in se pomakni do mape projekta.
- Začni Julia v interaktivnem načinu z ukazom julia.
- Za izvedbo interpolacije in vizualizacijo rezultatov vključi skripto demo.jl z ukazom include("path/to/demo.jl"), kjer je path/to/demo.jl pot do datoteke demo.jl znotraj projekta.

Navodila, kako pognati teste:
- V terminalu znotraj mape projekta zaženi Julia.
- Uporabi ukaz include("path/to/tests/runtests.jl"), da zaženeš testne skripte, kjer path/to/tests/runtests.jl predstavlja pot do datoteke runtests.jl.
Loading