Error in file name

3 visualizaciones (últimos 30 días)
Morne' Breitenbach
Morne' Breitenbach el 12 de Jun. de 2020
Comentada: Morne' Breitenbach el 12 de Jun. de 2020
Hello.
For some reason Matlab thinks that I'm calling a function but I don't want it to. What I would like it to do is plot the points on a graph. Heres an image of what its saying.

Respuesta aceptada

Walter Roberson
Walter Roberson el 12 de Jun. de 2020
ADC_readings = [21, 21,21, 22, 22, 22 etc];
You were using () instead of [] to try to construct a list.
  3 comentarios
Walter Roberson
Walter Roberson el 12 de Jun. de 2020
ADC_readings = [21, 21,21, 22, 22, 22 etc] ./ 819.2;
Morne' Breitenbach
Morne' Breitenbach el 12 de Jun. de 2020
Thanks it works,

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Data Import and Analysis en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by