mirror of
https://gitlab.com/orbital-debris-research/directed-study/final-report.git
synced 2025-07-23 22:51:33 +00:00
small fixes
This commit is contained in:
@@ -192,8 +192,8 @@ using LinearAlgebra
|
||||
|
||||
### `loop` Setup
|
||||
|
||||
To setup for the loop that processes all of the `stl` files a dataframe has to be initalized, and
|
||||
the path to the folder containing all the `stl` files needs to be defined.
|
||||
To set up for the loop that processes all the `stl` files a dataframe has to be initialized, and the
|
||||
path to the folder containing all the `stl` files needs to be defined.
|
||||
|
||||
```{julia}
|
||||
#| output: false
|
||||
@@ -258,11 +258,13 @@ describe(df)
|
||||
|
||||
:::
|
||||
|
||||
Finally, the dataset can be saved to a `csv` file for Matlab to import.
|
||||
|
||||
```julia
|
||||
CSV.write("scaled_dataset.csv", df)
|
||||
```
|
||||
|
||||
Finally, the dataset can be saved to a `csv` file for Matlab to import.
|
||||
---
|
||||
|
||||
## Gathering Data
|
||||
|
||||
|
Reference in New Issue
Block a user