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",...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to: navigation, search
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

    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: