Difference between revisions of "File:Read granity csv.m"
From Granite Devices Knowledge Wiki
(Octave script ## usage: ARRAY = read_granity_csv (FILENAME, COLUMNNAME) ## ## Reads scope capture csv file saved by Granity app. ## Return array of values from column that begins with the given name. ## ## Example: ## ## t=read_granity_csv("my.csv",...) |
(No difference)
|
Latest revision as of 14:58, 26 March 2021
Summary[edit source]
Octave script
- usage: ARRAY = read_granity_csv (FILENAME, COLUMNNAME)
- Reads scope capture csv file saved by Granity app.
- Return array of values from column that begins with the given name.
- Example:
- t=read_granity_csv("my.csv", "Time")
- torq=read_granity_csv("my.csv", "Torque achieved")
Licensing[edit source]
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Dimensions | User | Comment | |
---|---|---|---|---|
current | 14:58, 26 March 2021 | (1 KB) | Tero K (Talk | contribs) | Octave script ## usage: ARRAY = read_granity_csv (FILENAME, COLUMNNAME) ## ## Reads scope capture csv file saved by Granity app. ## Return array of values from column that begins with the given name. ## ## Example: ## ## t=read_granity_csv("my.csv",... |
- You cannot overwrite this file.
File usage
The following page links to this file: