-
Notifications
You must be signed in to change notification settings - Fork 5
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
aleksacirkovic99
wants to merge
1
commit into
mrcinv:main
Choose a base branch
from
aleksacirkovic99:dom_nal_1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
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. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.