필터 지우기
필터 지우기

plotting from excel help

조회 수: 3 (최근 30일)
sam ham
sam ham 2016년 11월 7일
편집: Walter Roberson 2016년 11월 7일
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?

답변 (1개)

Changoleon
Changoleon 2016년 11월 7일
Hey, try deleting the x inside the paranthesis in plot command.
plot(fixedacidity)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by