Reply To: [Resolved]Unable to open I2C bus

Home Forums Forums Technical Support for BerryIMU [Resolved]Unable to open I2C bus Reply To: [Resolved]Unable to open I2C bus

#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]

Blip, blop, bloop…