plotting from excel help

1 Ansicht (letzte 30 Tage)
sam ham
sam ham am 7 Nov. 2016
Bearbeitet: Walter Roberson am 7 Nov. 2016
Hi. Im fairly new to matlab. I have an excel file that im trying to import data from. I imported the data succesfully but I cant seem to plot them. This is what I tried so far
x = length(fixedacidity);
plot(x,fixedacidity)
but it just shows me and empty plot window. Any help?

Antworten (1)

Changoleon
Changoleon am 7 Nov. 2016
Hey, try deleting the x inside the paranthesis in plot command.
plot(fixedacidity)

Kategorien

Mehr zu Data Import from MATLAB finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by