Difference between revisions of "File:Read granity csv.m"

From Granite Devices Knowledge Wiki
Jump to: navigation, search
(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

    1. usage: ARRAY = read_granity_csv (FILENAME, COLUMNNAME)
    2. Reads scope capture csv file saved by Granity app.
    3. Return array of values from column that begins with the given name.
    4. Example:
    5. t=read_granity_csv("my.csv", "Time")
    6. torq=read_granity_csv("my.csv", "Torque achieved")

Licensing[edit source]

Template:PD

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current14: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.

The following page links to this file: