help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to Store Data Detected by


From: GuiCintraAlves
Subject: How to Store Data Detected by
Date: Wed, 8 Mar 2017 15:20:38 -0800 (PST)

I'm using a barometer in an arduino where it gives me 4 variables.
I can read in the octave using the code:

clear;
pkg load instrument-control
 s1 = serial("/dev/ttyACM0",9600 );
data = srl_read(s1,3000);
s1 = char(data)
...........................................
Temperatura = 26.90 *C
Pressao = 94474 Pa
Altitude = 585.79 metros
Altitude real = 600.34 metros

And... i need plot it. How i can store  and plot??



--
View this message in context: 
http://octave.1599824.n4.nabble.com/How-to-Store-Data-Detected-by-tp4682232.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]