Home › Forums › Forums › Technical Support for BerryIMU › [Resolved]Unable to open I2C bus › Reply To: [Resolved]Unable to open I2C bus
May 13, 2015 at 10:54 am #3959
jawood
Participant
When trying to plot data with Mathematica
data = Import [“~/calibrated-1.txt”, “Table”, “FieldSeparators” -> {“,”, ” “}];
ListPlot[data[[All, {6, 9}]], AspectRatio -> 1, Frame -> True]
Import::nffil : File not found during import.
even if I do this
data = Import [“/home/pi/BerryIMU/compass_tutorial01_basics/calibrated-1.txt”, “Table”, “FieldSeparators” -> {“,”, ” “}];
ListPlot[data[[All, {6, 9}]], AspectRatio -> 1, Frame -> True]