File:Read granity csv.m
From Granite Devices Knowledge Wiki
Revision as of 14:58, 26 March 2021 by 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",...)
Read_granity_csv.m (file size: 1 KB, MIME type: chemical/x-mdl-rgfile)
Warning: This file type may contain malicious code.
By executing it, your system may be compromised.
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: